зеркало из https://github.com/mozilla/pjs.git
Bug 303075 : removeProgressListener resets the progressListener to null instead of removing it, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor
This commit is contained in:
Родитель
65cf9ff503
Коммит
706fef46c1
|
@ -1319,7 +1319,7 @@
|
|||
if (!this.mProgressListeners) return;
|
||||
for (var i = 0; i < this.mProgressListeners.length; i++) {
|
||||
if (this.mProgressListeners[i] == aListener) {
|
||||
this.mProgressListeners[i] = null;
|
||||
this.mProgressListeners.splice(i, 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче