JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index eac58ca..84e86da 100644 (file)
@@ -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();
         }
     }