feature(util) retExec -> exec.ret

This commit is contained in:
coderaiser 2014-05-23 03:01:33 -04:00
parent 58a3a6ff3e
commit 7332c7b325
15 changed files with 38 additions and 38 deletions

View file

@ -263,7 +263,7 @@
}
}
func = Util.retExec(callback, names);
func = Util.exec.ret(callback, names);
Util.exec.if(!config.minify, func, function(callback) {
Util.exec.parallel(funcs, callback);