Selaa lähdekoodia

New style JS name-space

Sebastián Katzer 11 vuotta sitten
vanhempi
commit
dc605acd18
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>