Forgot to remove an alert [r=me,a=doh]

This commit is contained in:
Vivien Nicolas 2011-03-10 17:05:23 +01:00
Родитель e3c02dcd92
Коммит 5cd6e2e369
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1710,7 +1710,7 @@
.QueryInterface(Ci.nsIEditorIMESupport);
if (imeEditor.composing)
imeEditor.forceCompositionEnd();
} catch(e) { alert(e); }
} catch(e) {}
}, 0, this);
}
]]></handler>