From b7f9cb52424bf8f724e33f6a489eed42e5c21e95 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:45:16 +0800 Subject: [PATCH 1/1] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 5b88045..bc7923c 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -770,6 +770,8 @@ ScopeParser.prototype = { case 'KEYW': //if (this.mode == 'BUILDING_SYMBOL_TREE') // print("EXPR-KEYW:" + JSON.stringify(token, null, 4)); + + print('EXPR-KEYW:' + token.toString()); if (token.name == "FUNCTION") { this.parseFunctionDeclaration(); -- 2.39.2