whitespace nit to sync branch/trunk

This commit is contained in:
gavin%gavinsharp.com 2006-03-13 12:45:23 +00:00
Родитель 68624e5a7d
Коммит 7944030153
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -382,7 +382,7 @@
setValue(aElement, "color", val);
else if (aElement.localName == "textbox") {
// XXXmano Bug 303998: Avoid a caret placement issue if either the
// preference observer or its setter calls updateElements as a result
// preference observer or its setter calls updateElements as a result
// of the input event handler.
if (aElement.value !== val)
setValue(aElement, "value", val);