chore(dom) Dialog -> DOM.Dialog

This commit is contained in:
coderaiser 2015-09-30 09:01:30 -04:00
parent 3e148bf4ec
commit 732d4fa658

View file

@ -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;
};