From: alan Date: Mon, 19 Apr 2010 07:48:40 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=18a2fc9c73ff01f7f9febbf671344a0a4ca1b68f JSDOC/Scope.js --- 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+"
");