From 0845126ef6a77d48308fbdc49ac983562042127d Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:51:17 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index eac58ca..84e86da 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -252,8 +252,8 @@ Scope.prototype = { } this.munged = true; //println("Doing sub scopes"); - for (var i = 0; i < this.subScopes.length; i++) { - var ss = this.subScopes[i]; + for (var j = 0; j < this.subScopes.length; j++) { + var ss = this.subScopes[j]; ss.munge(); } } -- 2.39.2