Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 5 Aug 2010 03:08:35 +0000 (11:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 5 Aug 2010 03:08:35 +0000 (11:08 +0800)
Sample/Window.js

index 4474e92..bdc23e3 100644 (file)
@@ -2964,9 +2964,7 @@ Window=new XObject({
                                                                                     {
                                                                                         // this is run every 2 seconds from the init..
                                                                                     
-                                                                                        if (this.lastRedraw) {
-                                                                                           var ld =(new Date()) -  this.lastRedraw;
-                                                                                        }
+                                                                                      
                                                                                         
                                                                                         if (!this.refreshRequired) {
                                                                                            // print("no refresh required");
@@ -2990,7 +2988,7 @@ Window=new XObject({
                                                                                        //  print("HTML RENDERING");
                                                                                          
                                                                                          this.get('/BottomPane').el.show();
-                                                                                         this.get('/BottomPane').el.set_current_page(2);// webkit view!
+                                                                                         this.get('/BottomPane').el.set_current_page(2);// webkit inspector
                                                                                     
                                                                                         
                                                                                         var js = this.get('/LeftTree.model').toJS();