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

index bdd9b3f..389ff9a 100644 (file)
@@ -637,7 +637,7 @@ ScopeParser.prototype = {
                             token.items.forEach(function(ns) {
                                  print("EXPR-PUNC-MAKE:" + JSON.stringify(ns, null, 4));
                                 _this.ts = new TokenStream(ns);
-                                _this.ts.cursor--;
+                                //_this.ts.cursor--;
                                 _this.parseExpression();
                             });
                             this.ts = ts;