Clean trailing whitespace from all files.

This commit is contained in:
Colin Snover 2010-12-30 00:34:48 -06:00
parent 429b078dc7
commit 3e0cc81504
26 changed files with 688 additions and 688 deletions

View file

@ -182,7 +182,7 @@ jQuery.fn.extend({
var option = options[ i ];
// Don't return options that are disabled or in a disabled optgroup
if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null) &&
if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null) &&
(!option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" )) ) {
// Get the specific value for the option