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

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