JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:45:16 +0000 (13:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:45:16 +0000 (13:45 +0800)
JSDOC/ScopeParser.js

index 5b88045..bc7923c 100644 (file)
@@ -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();