iOS fix spelling errors

1.修改拼写错误
This commit is contained in:
E.B 2016-08-01 10:34:43 +08:00
parent be7b9aa8ac
commit 149083b8f4

View File

@ -399,7 +399,7 @@ static NSDictionary *_launchOptions = nil;
case UIApplicationStateBackground:{ case UIApplicationStateBackground:{
// //
dispatch_async(dispatch_get_main_queue(), ^{ dispatch_async(dispatch_get_main_queue(), ^{
[self.commandDelegate evalJs:[NSString stringWithFormat:@"cordova.fireDocumentEvent('jpush.backgoundNotification',%@)",jsonString]]; [self.commandDelegate evalJs:[NSString stringWithFormat:@"cordova.fireDocumentEvent('jpush.backgroundNotification',%@)",jsonString]];
}); });
break; break;
} }