This commit is contained in:
ben%netscape.com 2000-10-21 03:35:57 +00:00
Родитель 899fffa9c3
Коммит 241ed2889c
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -71,9 +71,7 @@ ArrayEnumerator.prototype = {
hasMoreElements: function () hasMoreElements: function ()
{ {
if (this.mIndex < this.mArray.length) return this.mIndex < this.mArray.length;
return true;
return false;
} }
}; };