X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=1b0aca05dd93d0896845ceabd5c21872a52550a8;hp=e4731e294d0ebbe9d4de74c2f90c64609884086c;hb=2183921647581416d5e16670143ed1198bf14579;hpb=e74a15d8413f181c345733873ca878e0dde010b2 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index e4731e2..1b0aca0 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -141,7 +141,7 @@ ScopeParser.prototype = { this.braceNesting = 0; this.scopes = []; - + print(JSON.stringify(this.ts.tokens, null,4)); this.globalScope = new Scope(-1, false, -1, '');