JSDOC/RooFile.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 04:42:20 +0000 (12:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 04:42:20 +0000 (12:42 +0800)
JSDOC/RooFile.js

index 538ffc1..f69c444 100644 (file)
@@ -261,10 +261,10 @@ RooFile  =  XObject.define(
             var cfg = this.tokens[pos+1].items[0][0].props;
             this.cfg.items = [ this.parseProps(cfg) ];
             
-            print(JSON.stringify(this.tokens[pos]));
+            //print(JSON.stringify(this.tokens[pos]));
             
-            print(JSON.stringify(this.tokens,null,4)); Seed.quit();
-            Seed.quit();
+            //print(JSON.stringify(this.tokens,null,4)); Seed.quit();
+            //Seed.quit();
             
         },