From ecbde3a90a0f0b171fdd85fed731dab3e0b6b895 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 10 Jan 2014 10:14:25 -0500 Subject: [PATCH] fix(dom) selectByPattern: DOM.alert -> Dialog.alert --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 62d508c8..06c78402 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1250,7 +1250,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; } if (!matches) - DOM.alert('No matches found!'); + Dialog.alert('No matches found!'); } /*