varutils=require('cordova/utils'),exec=require('cordova/exec')//------------------------------------------------------------------------------// object that we're exporting//------------------------------------------------------------------------------varhotpatch=module.exports;hotpatch.updateNewVersion=function(updateUrl){cordova.exec(null,null,'hotpatch','updateNewVersion',[updateUrl]);}