зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1446423 - [2.0] Fix typo. r=me
This commit is contained in:
Родитель
2959b992fa
Коммит
e98f4a79b8
|
@ -148,7 +148,7 @@ class EventProxy {
|
|||
debug("rabbit queue " + aEvent + ", aData=" + JSON.stringify(aData));
|
||||
this._eventQueue.unshift(arguments);
|
||||
} else {
|
||||
this._dispatch.appy(this, arguments);
|
||||
this._dispatch.apply(this, arguments);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче