JSDOC/ScopeNamer.js
[app.jsdoc] / JSDOC / ScopeNamer.js
index 802de7e..12c117a 100644 (file)
@@ -170,7 +170,7 @@ ScopeNamer = XObject.define(
         {
             this.tokens = stmt;
             this.rewind();
-            this.debugCall("walkStatement :" + JSON.stringify(scope)+ '@' + this.tokens[0].line );
+            this.debugCall("walkStatement :" + this.global +'/' +scope + '@' + this.tokens[0].line );
              
             var name;
             var sn;