Bug 547224 follow-up: fix typo

This commit is contained in:
Dão Gottwald 2010-03-06 23:15:12 +01:00
Родитель 7491543931
Коммит 3756365ad8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -157,7 +157,7 @@
this._setNewlineHandling();
if (this.hasAttribute("emptytext"))
this.placeholder = this.setAttribute("emptytext");
this.placeholder = this.getAttribute("emptytext");
]]></constructor>
<destructor>