зеркало из https://github.com/mozilla/pjs.git
remove an unnecessary if check
This commit is contained in:
Родитель
1213febb5b
Коммит
21d88aabae
|
@ -368,7 +368,6 @@ Feed.prototype.parseAsRSS1 = function() {
|
||||||
this.itemsToStore[index++] = item;
|
this.itemsToStore[index++] = item;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index) // at least one item to store?
|
|
||||||
this.storeNextItem();
|
this.storeNextItem();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче