Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 10 Apr 2012 03:24:19 +0000 (11:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 10 Apr 2012 03:24:19 +0000 (11:24 +0800)
Builder3/Window.js

index 18cc211..386b44b 100644 (file)
@@ -1150,10 +1150,10 @@ Window=new XObject({
                                                                                             } else {
                                                                                                 this.el.append(ret);
                                                                                             }
-                                                                                            print(JSON.stringify(ret,null,4));
-                                                                                            print('call nodeToJSON: ' + tr[i]);
+                                                                                            //print(JSON.stringify(ret,null,4));
+                                                                                            //print('call nodeToJSON: ' + tr[i]);
                                                                                             var body = this.nodeToJSON(tr[i]);
-                                                                                            print(body);
+                                                                                            //print(body);
                                                                                             //this.el.set_value(ret.iter, 0, '' _ [GObject.TYPE_STRING, this.nodeTitle(tr[i]) ]);
                                                                                             //this.el.set_value(ret.iter, 1, [GObject.TYPE_STRING, this.nodeTip(tr[i]) ]);
                                                                                             //this.el.set_value(ret.iter, 2, [GObject.TYPE_STRING, body ]);