From 53603b4971c8c0b73974e851a2ae6a0aa7dcc022 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 29 Oct 2014 11:47:59 -0400 Subject: [PATCH] refactor(client) createFileTable: DOM.getCurrent* -> Info.* --- lib/client.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/client.js b/lib/client.js index 1a5466f1..579f755c 100644 --- a/lib/client.js +++ b/lib/client.js @@ -372,9 +372,9 @@ var Util, DOM, CloudFunc, join; Files.get(names, function(error, templFile, templPath, templLink, templPathLink) { var Dialog = DOM.Dialog, current, - panel = panelParam || DOM.getPanel(), - dir = DOM.getCurrentDirName(), - name = DOM.getCurrentName(), + panel = panelParam || Info.panel, + dir = Info.dir, + name = Info.name, i = panel.childNodes.length; if (error) {