소스 검색

Merge pull request #25 from RangerRick/cordova-ios-4

fix build with cordova-ios-4 by removing extraneous initWithWebView:
Shazron Abdullah 10 년 전
부모
커밋
2ca57d1828
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      src/ios/CDVKeychain.m

+ 0 - 10
src/ios/CDVKeychain.m

@@ -22,16 +22,6 @@
 
 @implementation CDVKeychain
 
-- (CDVPlugin*) initWithWebView:(UIWebView*)theWebView
-{
-    self = (CDVKeychain*)[super initWithWebView:(UIWebView*)theWebView];
-    if (self) {
-		// initialization here
-    }
-    return self;
-}
-
-
 - (void) getForKey:(CDVInvokedUrlCommand*)command
 {
     [self.commandDelegate runInBackground:^{