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

index a8f67a9..267152b 100644 (file)
@@ -638,6 +638,7 @@ ScopeParser.prototype = {
                                 _this.ts = new TokenStream(ns);
                                 _this.parseExpression();
                             });
+                            this.ts = ts;
                             
                             break;
 /*