From f226938e23169bc64549efe6139b0d598abf2491 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:01:30 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 99baf29..784faa9 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -852,6 +852,7 @@ ScopeParser.prototype = { } + print('FUNC-PARSE:' + JSON.stringify(token,null,4)); // Parse function arguments. var argpos = 0; while (this.ts.lookTok().data != ')') { //(token = consumeToken()).getType() != Token.RP) { -- 2.39.2