From ca93d998772f42af164aa9ea1df4ac5178088a68 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Nov 2010 14:33:55 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Sample/Window.js b/Sample/Window.js index c256e6d6e..5a90887d2 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2849,10 +2849,12 @@ Window=new XObject({ // console.log(object); - if (object.match(/^\{/)) { + if (object.match(/variable/) && object.match(/Builder/)) { + print("got builder missing message"); this.refreshRequired = true; this.lastRedraw = 0; this.runRefresh(); + return true; } -- 2.39.2