From dd95b60c80fbbbe1d09f9ba042b270ef274595d4 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 15:47:39 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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+"
"); -- 2.39.2