Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 1 Nov 2010 06:33:55 +0000 (14:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 1 Nov 2010 06:33:55 +0000 (14:33 +0800)
Sample/Window.js

index c256e6d..5a90887 100644 (file)
@@ -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;
                                                                                             }