From 247fbb222403bb4c5e9b554a653f7a4a05cee63b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 22 Aug 2011 18:14:04 +0800 Subject: [PATCH] JSDOC/RooFile.js --- JSDOC/RooFile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/JSDOC/RooFile.js b/JSDOC/RooFile.js index 6ab73cc..75436ac 100644 --- a/JSDOC/RooFile.js +++ b/JSDOC/RooFile.js @@ -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; } -- 2.39.2