Skip to content

Instantly share code, notes, and snippets.

@aurelian
Created April 1, 2015 19:13
Show Gist options
  • Save aurelian/9fcf729e34e8b0284ec9 to your computer and use it in GitHub Desktop.
Save aurelian/9fcf729e34e8b0284ec9 to your computer and use it in GitHub Desktop.
Operation.prototype.do = function (args, opts, callback, error, parent) {
var options = (opts.parent)? this.parent.options : opts;
return this.execute(args, options, callback, error, parent);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment