From: Alan Knowles Date: Thu, 15 Jul 2010 05:22:32 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=448c8ac103f46e0fb08e7028e7ca41f53b27af3b JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 15f24ad..35bfdcb 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -247,7 +247,7 @@ ScopeParser.prototype = { case "KEYW.VAR": case "KEYW.CONST": // not really relivant as it's only mozzy that does this. - var vstart = this.ts.cursor; + var vstart = this.ts.cursor +1; //this.log("parseScope GOT VAR/CONST : " + token.toString()); while (true) {