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

index 2391478..d1e828b 100644 (file)
@@ -54,7 +54,7 @@ Scope.prototype = {
     protectedVars : {}, // only used by to parent..
     declareIdentifier : function(symbol, token) {
         
-        //println("ADD IDENT(" + this.id + "):<B>" + symbol+"</B><BR/>");
+        print("ADD IDENT(" + this.id + "):<B>" + symbol+"</B><BR/>");
         
         if (typeof(this.identifiers[symbol])== 'undefined') {