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

index deb7b26..ed2d56d 100644 (file)
@@ -482,6 +482,7 @@ ScopeParser.prototype = {
                     if (this.braceNesting == expressionBraceNesting &&
                             bracketNesting == 0 &&
                             parensNesting == 0) {
+                        this.ts.nextTok();
                         return;
                     }
                     break;