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
{{ message }}
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
shazron edited this page Apr 11, 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, Cordova or cordova references with cordovaRef above
// ///////////////////
})();
// ///////////////////