Skip to content
Permalink
Browse files
Remove unnec. else condition
  • 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.
@@ -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 );
}
},

0 comments on commit 3e6f94c

Please sign in to comment.