From fc9ab41dd5582d3b024aec4e57753f675f5f5bc6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:10:08 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 135e32f..0a56e93 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -561,7 +561,9 @@ ScopeParser.prototype = { scopeIndent += ' '; }); */ - print(scopeIndent + 'OBJLIT.len='+ isObjectLitAr.length + ' ' + token.data); + + this.dumpToken(token.data, this.braceNesting, this.scope ); + //println(""+token.data+""); //this.log("EXP:" + token.data); -- 2.39.2