[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:
aaronr%us.ibm.com
2006-07-12 17:24:57 +00:00
parent 689d7dd0ac
commit 79af0692d0

View File

@@ -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>