cordova-plugin-b
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "cordova-plugin-b", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Boot Fidelity Cordova Plugin", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.bluefidelity.com/", |
@@ -10,2 +10,5 @@ var exec = require('cordova/exec'); | ||
}, | ||
getPermission: function (successCallback, errorCallback) { | ||
exec(successCallback, errorCallback, 'BootFidelity', 'getPermission', []); | ||
}, | ||
getNativePath: function (uri, successCallback, errorCallback) { | ||
@@ -12,0 +15,0 @@ exec(successCallback, errorCallback, 'BootFidelity', 'getNativePath', [uri]); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13740
256