Selaa lähdekoodia

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

fix build with cordova-ios-4 by removing extraneous initWithWebView:
Shazron Abdullah 10 vuotta sitten
vanhempi
commit
2ca57d1828
1 muutettua tiedostoa jossa 0 lisäystä ja 10 poistoa
  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:^{