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

index 389ff9a..77dd6f7 100644 (file)
@@ -643,11 +643,11 @@ ScopeParser.prototype = {
                             this.ts = ts;
                             
                             break;
                             this.ts = ts;
                             
                             break;
-/*
                         case ']': //Token.RB:
                         case ']': //Token.RB:
-                            bracketNesting--;
-                            break;
-*/
+                            return;
+                           
                         case '(': //Token.LP:
                             parensNesting++;
                             break;
                         case '(': //Token.LP:
                             parensNesting++;
                             break;