aboutsummaryrefslogtreecommitdiffstats
path: root/src/dimensions.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/dimensions.js')
-rw-r--r--src/dimensions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dimensions.js b/src/dimensions.js
index 64da9f4f2..1350b1fe3 100644
--- a/src/dimensions.js
+++ b/src/dimensions.js
@@ -65,7 +65,7 @@ jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
}
// Set the width or height on the element
- jQuery( elem ).css( type, value );
+ jQuery.style( elem, type, value );
}, type, value, arguments.length, null );
};
});