From 96f6bb04c597620239ff7dd193c04dfa876d9dab Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 9 Jul 2013 08:20:45 +0000 Subject: [PATCH] chore(dom) rm \n in getCurrentData --- lib/client/dom.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index d7702c85..f6256335 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1280,14 +1280,13 @@ var CloudCmd, Util, DOM, CloudFunc; return lRet; }; - /** + /** * unified way to get current file content * * @pCallBack - function({data, name}){} * @pCurrentFile */ this.getCurrentData = function(pCallBack, pCurrentFile){ - var lParams, lCurrentFile = pCurrentFile ? pCurrentFile : this.getCurrentFile(), lFunc = function(pData){