Fix for #1893
This commit is contained in:
parent
a613a70fdb
commit
d5cb977a08
|
@ -1199,7 +1199,8 @@ jQuery.extend({
|
|||
readonly: "readOnly",
|
||||
selected: "selected",
|
||||
maxlength: "maxLength",
|
||||
selectedIndex: "selectedIndex"
|
||||
selectedIndex: "selectedIndex",
|
||||
defaultValue: "defaultValue"
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue