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

index 69e8ee0..bdd9b3f 100644 (file)
@@ -785,7 +785,7 @@ ScopeParser.prototype = {
                     print("EXPR-SKIP:" + JSON.stringify(token, null, 4));
                     break;
             }
-            if (!this.ts.lookTok()) break;
+            
         }
         print("<< EXIT EXPRESSION");
         this.expN--;