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

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