mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(util) exec.with
This commit is contained in:
parent
7c59ae119d
commit
52e910d981
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@
|
|||
|
||||
exec.with = function(callback) {
|
||||
var result,
|
||||
bind = Function.prototype.bind;
|
||||
bind = Function.bind;
|
||||
|
||||
arguments[0] = null;
|
||||
result = bind.apply(callback, arguments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue