mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
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 New Issue
Block a user