From dc9bf4ec91bd54214157043d388114b87abf78e5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 10 Jun 2013 10:48:04 -0400 Subject: [PATCH] this -> Cmd in Cmd --- lib/client/dom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 86ae760d..1bc64405 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1041,8 +1041,8 @@ var CloudCmd, Util, DOM, CloudFunc; lName = '', lMsgAsk = 'Do you really want to delete the ', lMsgSel = 'selected ', - lFiles = this.getSelectedFiles(), - lSelected = this.getSelectedNames(lFiles), + lFiles = Cmd.getSelectedFiles(), + lSelected = Cmd.getSelectedNames(lFiles), i, n = lSelected && lSelected.length; if (n > 1){