chore(util) exec.ret: add ";"

This commit is contained in:
coderaiser 2014-05-23 08:18:42 -04:00
parent dc581b1555
commit 80f3cda31b

View file

@ -695,7 +695,7 @@
*/
exec.ret = function() {
var result,
args = Util.slice(arguments)
args = Util.slice(arguments);
args.unshift(exec);
result = exec.with.apply(null, args);