refactor(client) createFileTable: DOM.getCurrent* -> Info.*

This commit is contained in:
coderaiser 2014-10-29 11:47:59 -04:00
parent c3ca226457
commit 53603b4971

View file

@ -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) {