From: Alan Knowles Date: Fri, 16 Jul 2010 07:34:25 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=3b73839060dcb3483de8344216cfe7c7780f89af JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index aa145c3..59a362e 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -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') {