Followup nit for bug 686203 - comment change. r=ehsan DONTBUILD

This commit is contained in:
Graeme McCutcheon 2012-04-26 08:54:20 +01:00
Родитель 9e51b46e11
Коммит 39ef4e4f00
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -141,7 +141,7 @@ nsHTMLEditorEventListener::MouseDown(nsIDOMEvent* aMouseEvent)
NS_ENSURE_TRUE(target, NS_ERROR_NULL_POINTER);
nsCOMPtr<nsIDOMElement> element = do_QueryInterface(target);
// Contenteditable should disregard mousedowns outwith it
// Contenteditable should disregard mousedowns outside it
if (element && !htmlEditor->IsNodeInActiveEditor(element)) {
return NS_OK;
}