mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactor(client) createFileTable: DOM.getCurrent* -> Info.*
This commit is contained in:
parent
c3ca226457
commit
53603b4971
1 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue