You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shazron edited this page Apr 9, 2012
·
6 revisions
// ///////////////////
(function(){
// ///////////////////
// get local ref to global PhoneGap/Cordova/cordova object for exec function
var cordovaRef = window.PhoneGap || window.Cordova || window.cordova; // old to new fallbacks
// YOUR CODE HERE!
// NOTE: Replace any PhoneGap.exec or Cordova.exec or cordova.exec with cordovaRef above
// ///////////////////
})();
// ///////////////////