From: Alan Knowles Date: Wed, 23 Nov 2011 04:34:35 +0000 (+0800) Subject: JSDOC/ScopeNamer.js X-Git-Url: http://git.roojs.org/?p=app.jsdoc;a=commitdiff_plain;h=cbaaf42d5299be4e4f43d3372d64748f0e7961c3 JSDOC/ScopeNamer.js --- diff --git a/JSDOC/ScopeNamer.js b/JSDOC/ScopeNamer.js index 56759a7..84010ce 100644 --- a/JSDOC/ScopeNamer.js +++ b/JSDOC/ScopeNamer.js @@ -121,7 +121,7 @@ ScopeNamer = XObject.define( //print (this.statements); //print (JSON.stringify(this.statements, null,2)); - this.walkStatements('_global_', this.statements) + this.walkStatements(this.global, this.statements)