From e071a6a9cffa1508f2d18ba51ca9ea75784b40e7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 23 May 2014 03:13:15 -0400 Subject: [PATCH] refactor(util) exec.ret --- lib/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index d575facc..11cdd30d 100644 --- a/lib/util.js +++ b/lib/util.js @@ -797,7 +797,6 @@ */ exec.ret = function() { var result, - exec = Util.exec.bind(Util), args = Util.slice(arguments); args.unshift(exec);