Created
April 1, 2015 19:13
-
-
Save aurelian/9fcf729e34e8b0284ec9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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