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

index d49915e..d515586 100644 (file)
@@ -658,7 +658,7 @@ ScopeParser.prototype = {
                             var _this = this;
                             token.items.forEach(function(expr) {
                                   _this.ts = new TokenStream(expr);
-                                  _this.parseExpression(scope)
+                                  _this.parseExpression()
                             });
                             this.ts = curTS;