X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScope.js;h=eac58ca06968f6510df126b230c1028f38bbcad4;hp=0606100c0cce9417338472e1b0be69c34c8cae03;hb=21ea615dc9ab074468e1b4a0ae194aa249cf47c4;hpb=a9599c783019894270e45577a4d911364193be50 diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 0606100..eac58ca 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -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(', '));