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

index 9681925..a04cfea 100644 (file)
@@ -847,6 +847,7 @@ ScopeParser.prototype = {
         this.braceNesting++;
 
         token = this.ts.nextTok();
+        print(token.toString());
         if (token.type == "STRN" && this.ts.lookTok(1).data == ';') {
             /*