From: Alan Knowles Date: Fri, 16 Jul 2010 05:18:07 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4e7ddb64ba7b7159a17ac4d5566f7d0089ee28c3 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 40dc9ec..f2fcf29 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -876,9 +876,15 @@ ScopeParser.prototype = { } token = this.ts.nextTok(); } + + // return function() {.... while (token.data != "(") { + print(token.toString()); token = this.ts.nextTok(); + + + }