From 1b311f08a4dd44f51dd06996601e30e6206d6341 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 19 Nov 2013 12:10:35 +0000 Subject: [PATCH] refactor(dom) getCurrentData: rm saveDataInCache --- lib/client/dom.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 02d12ca5..d41dc672 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1485,8 +1485,6 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; lName += lExt; } - DOM.saveDataInCache(lName, pData); - Util.exec(pCallBack, { data: pData, name: lName