зеркало из https://github.com/mozilla/gecko-dev.git
I am a twit
This commit is contained in:
Родитель
899fffa9c3
Коммит
241ed2889c
|
@ -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;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче