зеркало из https://github.com/mozilla/gecko-dev.git
Bug 453042: Fix minor typo
This commit is contained in:
Родитель
4a819c2495
Коммит
7b58218848
|
@ -925,7 +925,7 @@
|
|||
deckbrowser: this,
|
||||
|
||||
handleEvent: function seh_handleEvent(aEvent) {
|
||||
if (!aEvent.type in this) {
|
||||
if (!(aEvent.type in this)) {
|
||||
Components.reportError("MouseController called with unknown event type " + aEvent.type + "\n");
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче