JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 04:21:00 +0000 (12:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 04:21:00 +0000 (12:21 +0800)
JSDOC/ScopeParser.js

index 0a502d3..9681925 100644 (file)
@@ -842,6 +842,7 @@ ScopeParser.prototype = {
         }
 
         token = this.ts.nextTok();
+        print(token.toString());
         // assert token.getType() == Token.LC;
         this.braceNesting++;