From 732d4fa6580a8fee69c413d86d632b948fc76265 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 30 Sep 2015 09:01:30 -0400 Subject: [PATCH] chore(dom) Dialog -> DOM.Dialog --- 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 5e8e4c3b..89682ee4 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -269,7 +269,7 @@ var CloudCmd, Util, DOM, CloudFunc; SELECTED_FILE = 'selected-file', SelectType = '*.*', TITLE = 'Cloud Commander', - Title, + Title, TabPanel = { 'js-left' : null, 'js-right' : null @@ -1324,7 +1324,7 @@ var CloudCmd, Util, DOM, CloudFunc; wnd = window.open(url, 'Cloud Commander Auth', options); if (!wnd) - Dialog.alert(TITLE, 'Please disable your popup blocker and try again.'); + DOM.Dialog.alert(TITLE, 'Please disable your popup blocker and try again.'); return wnd; };