From 21ea615dc9ab074468e1b4a0ae194aa249cf47c4 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:50:55 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(', ')); -- 2.39.2