Skip to content

Commit d66c3b6

Browse files
author
timmywil
committed
Remove fellback in width/height cssHook
1 parent 6490c10 commit d66c3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jQuery.curCSS = jQuery.css;
168168
jQuery.each(["height", "width"], function( i, name ) {
169169
jQuery.cssHooks[ name ] = {
170170
get: function( elem, computed, extra ) {
171-
var val, fellback = false;
171+
var val;
172172

173173
if ( computed ) {
174174
if ( elem.offsetWidth !== 0 ) {

0 commit comments

Comments
 (0)