JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:06:16 +0000 (14:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:06:16 +0000 (14:06 +0800)
JSDOC/ScopeParser.js

index 0555fd7..1f3a5d6 100644 (file)
@@ -883,6 +883,7 @@ ScopeParser.prototype = {
         //print(token.toString());
         var outTS = this.ts;
         this.ts = new TokenStream(token.items);
+        print(JSON.stringify(this.ts,null,4);
         this.parseScope(fnScope);
         this.ts = outTS;
         // now pop it off the stack!!!