fix(dom) selectByPattern: DOM.alert -> Dialog.alert

This commit is contained in:
coderaiser 2014-01-10 10:14:25 -05:00
parent 6cb083f0a5
commit ecbde3a90a

View file

@ -1250,7 +1250,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
}
if (!matches)
DOM.alert('No matches found!');
Dialog.alert('No matches found!');
}
/*