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

index 73122e9..75d7f36 100644 (file)
@@ -161,7 +161,7 @@ ScopeNamer = XObject.define(
         {
             this.tokens = stmt;
             this.rewind();
-            this.debugCall("walkStatement :" + scope + '@' + this.tokens[0].line );
+            this.debugCall("walkStatement :" + JSON.stringify(scope)+ '@' + this.tokens[0].line );
              
             var name;
             var sn;