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

index fb34d64..7cd9025 100644 (file)
@@ -902,7 +902,7 @@ ScopeParser.prototype = {
         // now pop it off the stack!!!
        
         this.braceNesting = b4braceNesting;
-        
+        print(this.ts.look(0).toString());
     },
     
     protectScopeFromObfuscation : function(scope) {