зеркало из https://github.com/mozilla/gecko-dev.git
fix a typo
This commit is contained in:
Родитель
28f845c5a1
Коммит
553266e504
|
@ -278,7 +278,7 @@ var progressNotifier = {
|
|||
for (index in this.mFeeds)
|
||||
{
|
||||
currentProgress += this.mFeeds[index].currentProgress;
|
||||
maxProgress += this.mFeeds[index].maxProg;
|
||||
maxProgress += this.mFeeds[index].maxProgress;
|
||||
}
|
||||
|
||||
// if we start seeing weird "jumping" behavior where the progress bar goes below a threshold then above it again,
|
||||
|
|
Загрузка…
Ссылка в новой задаче