From: alan Date: Mon, 19 Apr 2010 07:48:45 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=7780571a02c663a445a90d7da3e767a3bdad25fe JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index e912736..d03c7aa 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -236,7 +236,7 @@ Scope.prototype = { //println([ repsym,mungedValue ]); if (this.mungeM && repsym.length < mungedValue.length) { - println("REPLACE:"+ mungedValue +" with " + repsym + "
"); + print("REPLACE:"+ mungedValue +" with " + repsym ); mungedValue = repsym; repsym = ''; }