mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 08:24:59 -05:00
Remove unnec. else condition
This commit is contained in:
committed by
Rick Waldron waldron.rick@gmail.com
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 );
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user