[XForms] Misspelled js function name in select.xml. Bug 344246, patch by surkov, r=doronr+aaronr

This commit is contained in:
aaronr%us.ibm.com 2006-07-12 17:24:57 +00:00
Родитель 5ef72bebe3
Коммит 6002b94a4d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -201,9 +201,9 @@
this.setAttribute("selection", val);
if (val == "open")
this.control.allowFreeEnry(true);
this.control.allowFreeEntry(true);
else
this.control.allowFreeEnry(false);
this.control.allowFreeEntry(false);
</setter>
</property>