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