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