feature(util) exec.if: rm condition

This commit is contained in:
coderaiser 2014-11-14 05:31:11 -05:00
parent f85877a37f
commit a489725fec

View file

@ -539,7 +539,7 @@
var ret;
if (condition)
exec(callback, condition);
exec(callback);
else
exec(func, callback);