From: alan Date: Mon, 19 Apr 2010 09:51:17 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=0845126ef6a77d48308fbdc49ac983562042127d JSDOC/Scope.js --- 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(); } }