Commit b443428f authored by Chris Scott's avatar Chris Scott

Match cordova define with id from config.xml

parent c57ae948
......@@ -21,7 +21,7 @@
* under the License.
*
*/
cordova.define("org.transistorsoft.cordova.background-geolocation", function(require, exports, module) {
cordova.define("org.transistorsoft.cordova.BackgroundGeolocation", function(require, exports, module) {
var exec = require('cordova/exec');
/**
......
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