зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1174683 - [Secure Element] Fix TypeError in UiccConnector.unregisterListener. r=allstars.chh
This commit is contained in:
Родитель
f435a39e37
Коммит
8cd7bf322d
|
@ -328,7 +328,7 @@ UiccConnector.prototype = {
|
|||
unregisterListener: function(listener) {
|
||||
let idx = this._SEListeners.indexOf(listener);
|
||||
if (idx !== -1) {
|
||||
this._listeners.splice(idx, 1);
|
||||
this._SEListeners.splice(idx, 1);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче