Skip to content

Instantly share code, notes, and snippets.

@kuno
Created November 21, 2012 09:33
Show Gist options
  • Save kuno/4123980 to your computer and use it in GitHub Desktop.
Save kuno/4123980 to your computer and use it in GitHub Desktop.
var onAdd = function(data, options) {
...
options.queueOpts = options.queueOpts || {
success: function() {
...
},
error: function() {
...
}
};
return onRun('add', data, options);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment