зеркало из https://github.com/mozilla/pjs.git
[XForms] Misspelled js function name in select.xml. Bug 344246, patch by surkov, r=doronr+aaronr
This commit is contained in:
Родитель
5ef72bebe3
Коммит
6002b94a4d
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче