diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-23 01:55:17 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-23 01:55:17 +0000 |
commit | f8ef75eb9124ce924be5fb521c783efd5c996e33 (patch) | |
tree | e249197bfb42c77b26e068954cbcf70b9c5bb91a /src/attributes.js | |
parent | e06da1724cf05a83e14efa8b854348ac4e4a599a (diff) | |
download | jquery-f8ef75eb9124ce924be5fb521c783efd5c996e33.tar.gz jquery-f8ef75eb9124ce924be5fb521c783efd5c996e33.zip |
remove trailing spaces
Diffstat (limited to 'src/attributes.js')
-rw-r--r-- | src/attributes.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/attributes.js b/src/attributes.js index 22275adc0..d3dfb72da 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -46,7 +46,7 @@ jQuery.fn.extend({ if ( elem ) { if( jQuery.nodeName( elem, 'option' ) ) return (elem.attributes.value || {}).specified ? elem.value : elem.text; - + // We need to handle select boxes special if ( jQuery.nodeName( elem, "select" ) ) { var index = elem.selectedIndex, @@ -75,7 +75,7 @@ jQuery.fn.extend({ } } - return values; + return values; } // Everything else, we just grab the value |