Bläddra i källkod

New style JS name-space

Sebastián Katzer 11 år sedan
förälder
incheckning
dc605acd18
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      plugin.xml

+ 1 - 0
plugin.xml

@@ -21,6 +21,7 @@
     <dependency id="org.apache.cordova.device" url="https://github.com/apache/cordova-plugin-device" />
 
     <js-module src="www/local-notification.js" name="LocalNotification">
+        <clobbers target="cordova.plugins.notification.local" />
         <clobbers target="plugin.notification.local" />
     </js-module>