init commit

This commit is contained in:
trykov
2015-06-10 23:55:45 +04:00
committed by Trykov Yura
parent 8125c775b7
commit 894e50d635
3 changed files with 85 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
var exec = require('cordova/exec');
exports.isDeviceRooted = function(arg0, success, error) {
exec(success, error, "RootDetection", "isDeviceRooted", [arg0]);
};