From: Alan Knowles Date: Fri, 16 Jul 2010 04:49:10 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=9b8f8a93d4fc39c8d75d99849dce21a0656267fa JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index ab4066b..6b63663 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 + " : " + token.toString()+""); + print("SCOPE : " + this.gid + " : " + token.toString()+""); if (typeof(this.identifiers[symbol])== 'undefined') {