From: alan Date: Mon, 19 Apr 2010 07:47:39 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=dd95b60c80fbbbe1d09f9ba042b270ef274595d4 JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 8f961f6..da0e25e 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -170,13 +170,16 @@ Scope.prototype = { } - print("MUNGE: Scope:" + this.id+"
"); + var pickFromSet = 1; // Do not munge symbols in the global scope! if (this.parent) { - + print("MUNGE: SCOPE"); + for (var i in this.identifiers) { + print("MUNGE VAR:" + i); + } //println("MUNGE: Building FreeSyms:" + this.id+"
");