Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 10 Jun 2010 04:59:39 +0000 (12:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 10 Jun 2010 04:59:39 +0000 (12:59 +0800)
Sample/Window.js

index a173cb9..7201c09 100644 (file)
@@ -1123,7 +1123,7 @@ Window=new XObject({
                                                                                             return;
                                                                                         }
                                                                                         print("LOAD");
-                                                                                        print(JSON.stringify(f.items, null,4));
+                                                                                       // print(JSON.stringify(f.items, null,4));
                                                                                         //console.dump(f.items);
                                                                                         this.load(f.items);
                                                                                         this.get('/LeftTree.view').el.expand_all();