Skip to content

Commit

Permalink
Fix for #1893
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed Nov 14, 2007
1 parent a613a70 commit d5cb977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core.js
Expand Up @@ -1199,7 +1199,8 @@ jQuery.extend({
readonly: "readOnly",
selected: "selected",
maxlength: "maxLength",
selectedIndex: "selectedIndex"
selectedIndex: "selectedIndex",
defaultValue: "defaultValue"
}
});

Expand Down

0 comments on commit d5cb977

Please sign in to comment.