diff --git a/src/css.js b/src/css.js index a4d31a62c..07abb631d 100644 --- a/src/css.js +++ b/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 ); } },