Commit 05581261 authored by Chris Scott's avatar Chris Scott

android and ios both clobber same var

parent 03374b04
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<source-file src="src/android/CDVBackgroundGeoLocation.java" target-dir="src/org/transistorsoft/background-geolocation" /> <source-file src="src/android/CDVBackgroundGeoLocation.java" target-dir="src/org/transistorsoft/background-geolocation" />
<js-module src="www/android/BackgroundGeoLocation.js" name="BackgroundGeoLocation"> <js-module src="www/android/BackgroundGeoLocation.js" name="BackgroundGeoLocation">
<clobbers target="cordova.plugins.backgroundGeoLocation" /> <clobbers target="plugins.backgroundGeoLocation" />
</js-module> </js-module>
</platform> </platform>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment