Jelajahi Sumber

Use new name-space

Sebastián Katzer 11 tahun lalu
induk
melakukan
36ac40f03d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/ios/APPLocalNotification.m

+ 1 - 1
src/ios/APPLocalNotification.m

@@ -613,7 +613,7 @@
     }
 
     js = [NSString stringWithFormat:
-          @"setTimeout('plugin.notification.local.on%@(%@)',0)",
+          @"setTimeout('cordova.plugins.notification.local.on%@(%@)',0)",
           event, params];
 
     if (deviceready) {