From a3db440293db7e5cbd1882a6baaa55c2afb4f92d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 11 Sep 2013 12:27:57 +0000 Subject: [PATCH] chore(console) console -> Util --- lib/client/console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/console.js b/lib/client/console.js index 11cb51d6..b79efbc6 100644 --- a/lib/client/console.js +++ b/lib/client/console.js @@ -133,7 +133,7 @@ var CloudCmd, Util, DOM, $; ]; DOM.anyLoadInParallel(lFiles, function(){ - console.timeEnd(Name + ' load'); + Util.timeEnd(Name + ' load'); Util.exec(pCallBack); });