JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index 0606100..eac58ca 100644 (file)
@@ -178,8 +178,8 @@ Scope.prototype = {
         if (this.parent) {
             
             var all = [];
-            for (var i in this.identifiers) {
-                all.push(i);
+            for (var ii in this.identifiers) {
+                all.push(ii);
             }
             //print("MUNGE: " + all.join(', '));