Builder3/Window.js
authorAlan Knowles <alan@roojs.com>
Fri, 8 Jun 2012 08:51:14 +0000 (16:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 8 Jun 2012 08:51:14 +0000 (16:51 +0800)
Builder3/Window.js

index 471a309..7bc92a1 100644 (file)
@@ -1338,7 +1338,7 @@ Window=new XObject({
                                                                             },
                                                                             nodeToJS : function (treepath, with_id) 
                                                                             {
-                                                                                print("nodeToJS : WITHID: "+ with_id);
+                                                                                //print("nodeToJS : WITHID: "+ with_id);
                                                                                 var iter = treepath;  // API used to be iter here..
                                                                                 if (typeof(iter) == 'string') {
                                                                                     var ret = {};
@@ -1399,7 +1399,7 @@ Window=new XObject({
                                                                                     },
                                                                             toJS : function(treepath, with_id)
                                                                             {
-                                                                                print("toJS : WITHID: "+ with_id);
+                                                                                //print("toJS : WITHID: "+ with_id);
                                                                                 
                                                                                 var iter = treepath;  // API used to be iter here..