From: alan Date: Mon, 19 Apr 2010 07:49:49 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=1ea7a7967bb830099dfc3040bbd3b4326782b529 JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index f825524..05a7cdb 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -181,7 +181,7 @@ Scope.prototype = { for (var i in this.identifiers) { all.push(i); } - print("MUNGE: SCOPE" + all.join(', ')); + print("MUNGE: " + all.join(', ')); //println("MUNGE: Building FreeSyms:" + this.id+"
");