JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 09:01:53 +0000 (17:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 09:01:53 +0000 (17:01 +0800)
JSDOC/ScopeParser.js

index 1b77312..3cbac3c 100644 (file)
@@ -628,6 +628,7 @@ ScopeParser.prototype = {
                         case '{': //Token.LC:
                         case '[': //Token.LB:
                             print('SCOPE-CURLY/PAREN/BRACE:' + token.toString());
+                            print('SCOPE-CURLY/PAREN/BRACE:' + JSON.stringify(token, null,4));
                             //println("<i>"+token.data+"</i>");
                             var curTS = this.ts;
                             if (token.props) {