JSDOC/RooFile.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 22 Aug 2011 10:14:04 +0000 (18:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 22 Aug 2011 10:14:04 +0000 (18:14 +0800)
JSDOC/RooFile.js

index 6ab73cc..75436ac 100644 (file)
@@ -39,7 +39,10 @@ RooFile  =  XObject.define(
                 
                 //console.dump(this.tokens);
                 //              the list of statements inside of function..?
+                
+                
                 var stmts =  this.tokens[1].items[1][2].items;
+                
                 // look for register..
                 var topp = false;
                 stmts.map( function(s, i) {
@@ -60,7 +63,7 @@ RooFile  =  XObject.define(
                 //                  (            {          add    { this.panel (  {
                 var cfg = this.tokens[7].items[0][0].props.add.val[2].items[2][3].items[0][0].props;
                 this.cfg.items = [ this.parseProps(cfg) ];
-               // console.dump(this.cfg); 
+                console.dump(this.cfg); 
                 
                 return;
             }