Skip to content
Permalink
Browse files
Flip the switch on checkOn
  • Loading branch information
timmywil committed Sep 11, 2013
1 parent 6d2c5c7 commit cb707d8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -147,7 +147,7 @@ jQuery.each([ "radio", "checkbox" ], function() {
}
}
};
if ( support.checkOn ) {
if ( !support.checkOn ) {
jQuery.valHooks[ this ].get = function( elem ) {
// Support: Webkit
// "" is returned instead of "on" if a value isn't specified

0 comments on commit cb707d8

Please sign in to comment.