From: Alan Knowles Date: Thu, 15 Jul 2010 07:40:26 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=eb5679075b4439891dc0b589a9fd1f150a1f0ba3 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 3ca7931..509bbc0 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -330,10 +330,12 @@ ScopeParser.prototype = { for (var prop in token.props) { + print('SCOPE-PROPS:' + JSON.stringify(token.props[prop],null,4)); if (token.props[prop].val[0].data == 'function') { // parse a function.. this.ts = new TokenStream(token.props[prop].val); + this.ts.nextTok(); this.parseFunctionDeclaration(); continue;