Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 05:21:49 +0000 (13:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 05:21:49 +0000 (13:21 +0800)
Sample/Window.js

index 142b721..43c17fe 100644 (file)
@@ -2594,9 +2594,9 @@ Window=new XObject({
                                                                                     },
                                                                                     listeners : {
                                                                                         "load_finished":function (self, object) {
-                                                                                                if (this.ready) { // dont do it twice!
-                                                                                                   return; 
-                                                                                               }
+                                                                                               // if (this.ready) { // dont do it twice!
+                                                                                                //   return; 
+                                                                                               //}
                                                                                                this.ready = true;
                                                                                                 this.pendingRedraw = false;
                                                                                                 var js = this.get('/LeftTree.model').toJS();