X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=f66bc5043db3767e6ee64007fb9e744a27b81b15;hp=7c307453351cc949d0ebd5f90bad0fde3aa41634;hb=9354acf44e74342895afebcf7408e6ea72f784c6;hpb=3c71f145e3787c060d301f52f7bb2b89e4fd905d diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 7c30745..f66bc50 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -535,7 +535,7 @@ ScopeParser.prototype = { if (symbol == "eval") { - seed.print(JSON.stringify(token, null,4)); + print(JSON.stringify(token, null,4)); // look back one and see if we can find a comment!!! //if (this.ts.look(-1).type == "COMM") { if (token.prefix && token.prefix.match('/eval/')) {