This commit is contained in:
Gavin Sharp 2008-09-02 03:57:13 -04:00
Родитель 4a819c2495
Коммит 7b58218848
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}