Explorar el Código

Use new name-space

Sebastián Katzer hace 11 años
padre
commit
36ac40f03d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {