From c54cac895264e90610559df06d94f2d05730774d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 15:37:14 +0800 Subject: [PATCH 1/1] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 99b31a3..17947d4 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -331,7 +331,7 @@ ScopeParser.prototype = { for (var prop in token.props) { print('SCOPE-PROPS:' + JSON.stringify(token.props[prop],null,4)); - if (token.props[prop].val.data == 'function') { + if (token.props[prop].val[0].data == 'function') { // parse a function.. this.parseFunctProp(token.props[prop]); continue; -- 2.39.2