cordova-gizwits-geofencing
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "cordova-gizwits-geofencing", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Gizwits Geofencing tool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,3 @@ var exec = require('cordova/exec'); | ||
exports.removeAllRegions = function (arg0, success, error) { | ||
exports.removeAllRegions = function (success, error) { | ||
exec(success, error, 'GizGeofenceTool', 'removeAllRegions', null); | ||
@@ -30,0 +30,0 @@ }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84150