JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 09:03:53 +0000 (17:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 09:03:53 +0000 (17:03 +0800)
JSDOC/ScopeParser.js

index e3a2d34..d96546d 100644 (file)
@@ -644,7 +644,7 @@ ScopeParser.prototype = {
                                     // key value..
                                     
                                     this.ts = new TokenStream(token.props[prop].val);
                                     // key value..
                                     
                                     this.ts = new TokenStream(token.props[prop].val);
-                                    this.parseScope(false);
+                                    this.parseExpression();
                                     
                                 }
                                 this.ts = curTS;
                                     
                                 }
                                 this.ts = curTS;