Skip to content

Commit

Permalink
Remove unnec. else condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesherov authored and rwaldron committed Apr 19, 2012
1 parent 6cf1542 commit 3e6f94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css.js
Expand Up @@ -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 );
}
},
Expand Down

0 comments on commit 3e6f94c

Please sign in to comment.