JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:43:58 +0000 (12:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:43:58 +0000 (12:43 +0800)
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;