mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fix(dom) deleteCurrent: this -> DOM
This commit is contained in:
parent
b2af840ea3
commit
88507156c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1365,7 +1365,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
else if (prev)
|
||||
currentNew = prev;
|
||||
|
||||
this.setCurrentFile(currentNew);
|
||||
DOM.setCurrentFile(currentNew);
|
||||
|
||||
parent.removeChild(current);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue