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

index cd3b5d9..d45cb66 100644 (file)
@@ -695,6 +695,7 @@ ScopeParser.prototype = {
             }
             if (!this.ts.nextTok()) break;
         }
+        print(scopeIndent + "<< EXIT EXPRESSION");
     },