Skip to content

Commit

Permalink
Fix for jquery#1182
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed May 13, 2007
1 parent 7c6100f commit d0c6858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jquery/jquery.js
Expand Up @@ -1545,7 +1545,8 @@ jQuery.extend({
disabled: "disabled",
checked: "checked",
readonly: "readOnly",
selected: "selected"
selected: "selected",
maxlength: "maxLength"
};

// IE actually uses filters for opacity ... elem is actually elem.style
Expand Down

0 comments on commit d0c6858

Please sign in to comment.