fix(dom) selectByPattern: show message if not esc

This commit is contained in:
coderaiser 2014-01-10 11:34:41 -05:00
parent 784dc15373
commit c81d6f0285

View file

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