X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Sample%2FWindow.js;h=5a90887d287cc40bfefcac73f8d3b34352d575b9;hb=ca93d998772f42af164aa9ea1df4ac5178088a68;hp=c256e6d6efa9a051a29c034ca3619cd03de61db1;hpb=1bc46552917d72c9c3e9a55859bcb663097d0013;p=app.Builder.js 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; }