JSDOC/Scope.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:32:24 +0000 (16:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:32:24 +0000 (16:32 +0800)
JSDOC/Scope.js

index b9e7bc3..b6539b5 100644 (file)
@@ -54,7 +54,7 @@ Scope.prototype = {
     protectedVars : {}, // only used by to parent..
     declareIdentifier : function(symbol, token) {
         
-        print("SCOPE : " + this.gid + " ADD IDENT(" + this.id + "):" + symbol+"");
+        print("SCOPE : " + this.gid + " ADD IDENT(" + this.id + "):" + token.toString()+"");
         
         if (typeof(this.identifiers[symbol])== 'undefined') {