fixing deviceReady again
diff --git a/Res/js/cordova.js b/Res/js/cordova.js index 4ed9b58..1a699af 100644 --- a/Res/js/cordova.js +++ b/Res/js/cordova.js
@@ -4901,9 +4901,6 @@ utils = require('cordova/utils'), exec = require('cordova/exec'); -// Tell cordova channel to wait on the CordovaInfoReady event -channel.waitForInitialization('onCordovaInfoReady'); - /** * This represents the mobile device, and provides properties for inspecting the model, version, UUID of the * phone, etc. @@ -6508,4 +6505,4 @@ require('cordova/channel').onNativeReady.fire(); -})(); \ No newline at end of file +})();