JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:21:19 +0000 (15:21 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:21:19 +0000 (15:21 +0800)
JSDOC/ScopeParser.js

index 3b762d4..60504e4 100644 (file)
@@ -241,6 +241,7 @@ ScopeParser.prototype = {
                         }
 
                         token = this.ts.nextTok();
+                         print(token.toString());
                         /*
                         assert token.getType() == Token.SEMI ||
                                 token.getType() == Token.ASSIGN ||