Skip to content

Instantly share code, notes, and snippets.

@davidpp
Created March 5, 2015 21:07
Show Gist options
  • Save davidpp/90e73ae5ca48a5fb9d0c to your computer and use it in GitHub Desktop.
Save davidpp/90e73ae5ca48a5fb9d0c to your computer and use it in GitHub Desktop.
var cordova;
cordova = {
exec: function(listener, errorHandler, pluginName, action, payload) {
return console.log("Received " + action + " with payload:", payload);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment