From: Alan Knowles Date: Fri, 16 Jul 2010 05:55:51 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=42ddbabf5dfa5723bc6c921168fd57dc8d795868;ds=sidebyside JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index f66bc50..d3daaed 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -533,7 +533,7 @@ ScopeParser.prototype = { if (this.mode == 'BUILDING_SYMBOL_TREE') { - if (symbol == "eval") { + if (token.name == "EVAL") { print(JSON.stringify(token, null,4)); // look back one and see if we can find a comment!!!