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