Skip to content

Commit

Permalink
small error line 429
Browse files Browse the repository at this point in the history
  • Loading branch information
aogilvie committed May 10, 2012
1 parent 16b661a commit 280e64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/project/Plugins/WizAssetsPlugin/WizAssetsPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ - (void)getFileURI:(NSArray*)arguments withDict:(NSDictionary*)options
- (void)getFileURIs:(NSArray*)arguments withDict:(NSDictionary*)options
{
WizLog(@"[WizAssetsPlugin] ******* getfileURIs-> " );
[self.appDelegate updateLoaderLabel:@"Checking for updates..."];
// [self.appDelegate updateLoaderLabel:@"Checking for updates..."];


NSString *callbackId = [arguments objectAtIndex:0];
Expand Down Expand Up @@ -426,7 +426,7 @@ - (void)deleteFile:(NSArray*)arguments withDict:(NSDictionary*)options
}


[self writeJavascript: [CDVPluginResult toSuccessCallbackString:callbackId]];
[self writeJavascript: [pluginResult toSuccessCallbackString:callbackId]];

}

Expand Down

0 comments on commit 280e64f

Please sign in to comment.