mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fix(dom) selectByPattern: DOM.alert -> Dialog.alert
This commit is contained in:
parent
6cb083f0a5
commit
ecbde3a90a
1 changed files with 1 additions and 1 deletions
|
|
@ -1250,7 +1250,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
}
|
||||
|
||||
if (!matches)
|
||||
DOM.alert('No matches found!');
|
||||
Dialog.alert('No matches found!');
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue