瀏覽代碼

New style JS name-space

Sebastián Katzer 11 年之前
父節點
當前提交
dc605acd18
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>