JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:34:35 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:34:35 +0000 (12:34 +0800)
JSDOC/ScopeNamer.js

index 56759a7..84010ce 100644 (file)
@@ -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)