Hot fix for wrong namespace

This commit is contained in:
Sebastián Katzer 2013-10-09 15:25:36 +02:00
parent a3ed0f61fa
commit 817990bfa1

View File

@ -17,7 +17,7 @@
</engines>
<js-module src="www/background-mode.js" name="BackgroundMode">
<clobbers target="plugin.notification.backgroundMode" />
<clobbers target="plugin.backgroundMode" />
</js-module>
<!-- ios -->
@ -62,7 +62,7 @@
<platform name="wp8">
<config-file target="config.xml" parent="/*">
<feature name="BackgroundMode">
<param name="wp-package" value="APPPlant.Cordova.Plugin.BackgroundMode"/>
<param name="wp-package" value="BackgroundMode"/>
<param name="onload" value="true" />
</feature>
</config-file>