mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Remove unnec. else condition
This commit is contained in:
parent
6cf1542a8b
commit
3e6f94c360
@ -167,7 +167,7 @@ jQuery.extend({
|
||||
return ret;
|
||||
|
||||
// Otherwise, if a way to get the computed value exists, use that
|
||||
} else if ( curCSS ) {
|
||||
} else {
|
||||
return curCSS( elem, name );
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user