Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:29:23 +0000 (17:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 14 Oct 2010 09:29:23 +0000 (17:29 +0800)
Sample/Window.js

index 7176f64..c2c0744 100644 (file)
@@ -3018,7 +3018,7 @@ Window=new XObject({
                                                                                     
                                                                                         // this is the public redraw call..
                                                                                         // we refresh in a loop privately..
-                                                                                        var autodraw = this.get('/RightBrowser/AutoRedraw').el.active;
+                                                                                        var autodraw = this.get('/RightBrowser.AutoRedraw').el.active;
                                                                                         if (!autodraw && !force) {
                                                                                             return;
                                                                                         }