diff --git a/lib/client/dom.js b/lib/client/dom.js index febfeb8f..b4009c1d 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1388,7 +1388,7 @@ var CloudCmd, Util, DOM, CloudFunc; for (i = 0; i < n; i++) { current = selected[i]; - this.deleteCurrent(current); + DOM.deleteCurrent(current); } }