mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fix(dom) deleteSelected: this -> DOM
This commit is contained in:
parent
e620cdfb24
commit
033b4c8e3d
1 changed files with 1 additions and 1 deletions
|
|
@ -1388,7 +1388,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
|
||||
for (i = 0; i < n; i++) {
|
||||
current = selected[i];
|
||||
this.deleteCurrent(current);
|
||||
DOM.deleteCurrent(current);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue