Skip to content

Instantly share code, notes, and snippets.

@stevez
Created December 4, 2011 04:21
Show Gist options
  • Select an option

  • Save stevez/1429153 to your computer and use it in GitHub Desktop.

Select an option

Save stevez/1429153 to your computer and use it in GitHub Desktop.
PhoneGap.exec = function(success, fail, service, action, args) {
...
var r = prompt(JSON.stringify(args), "gap:"+JSON.stringify([service, action, callbackId, true]));
...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment