[XForms] Misspelled js function name in select.xml. Bug 344246, patch by surkov, r=doronr+aaronr
git-svn-id: svn://10.0.0.236/trunk@201952 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user