зеркало из https://github.com/mozilla/pjs.git
I am a twit
This commit is contained in:
Родитель
27f2434ac2
Коммит
22d96b6c95
|
@ -71,9 +71,7 @@ ArrayEnumerator.prototype = {
|
|||
|
||||
hasMoreElements: function ()
|
||||
{
|
||||
if (this.mIndex < this.mArray.length)
|
||||
return true;
|
||||
return false;
|
||||
return this.mIndex < this.mArray.length;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче