From 18a2fc9c73ff01f7f9febbf671344a0a4ca1b68f Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 15:48:40 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 345da99..e912736 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -236,10 +236,11 @@ Scope.prototype = { //println([ repsym,mungedValue ]); if (this.mungeM && repsym.length < mungedValue.length) { - println("REPLACE:"+ mungedValue +" with " + repsym + "
"); + println("REPLACE:"+ mungedValue +" with " + repsym + "
"); mungedValue = repsym; repsym = ''; } + identifier.mungedValue = mungedValue; } //println("MUNGE: Done " + this.id+"
"); -- 2.39.2