From cbaaf42d5299be4e4f43d3372d64748f0e7961c3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Nov 2011 12:34:35 +0800 Subject: [PATCH] JSDOC/ScopeNamer.js --- JSDOC/ScopeNamer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2