Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove unnec. else condition
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/css.js
|
@@ -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 ); |
|
|
} |
|
|
}, |
|
|