JSDOC/Scope.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:22:30 +0000 (13:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:22:30 +0000 (13:22 +0800)
JSDOC/Scope.js

index 59a362e..aa145c3 100644 (file)
@@ -55,7 +55,7 @@ Scope.prototype = {
     protectedVars : {}, // only used by to parent..
     declareIdentifier : function(symbol, token) {
         
-        print("SCOPE : " + this.gid +  " :SYM: " + symbol + " " + token.toString()+"");
+        //print("SCOPE : " + this.gid +  " :SYM: " + symbol + " " + token.toString()+"");
         
         if (typeof(this.identifiers[symbol])== 'undefined') {