From 942e313727d1ad886a1024c24fe4a9e8e2e0bb3e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 20 Apr 2022 00:12:09 -0400 Subject: New upstream version 8.2.0. --- npm_assets/node_modules/jquery/src/dimensions.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npm_assets/node_modules/jquery/src/dimensions.js') diff --git a/npm_assets/node_modules/jquery/src/dimensions.js b/npm_assets/node_modules/jquery/src/dimensions.js index 2a2c039..5d12450 100644 --- a/npm_assets/node_modules/jquery/src/dimensions.js +++ b/npm_assets/node_modules/jquery/src/dimensions.js @@ -9,8 +9,11 @@ define( [ // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, - function( defaultExtra, funcName ) { + jQuery.each( { + padding: "inner" + name, + content: type, + "": "outer" + name + }, function( defaultExtra, funcName ) { // Margin is only for outerHeight, outerWidth jQuery.fn[ funcName ] = function( margin, value ) { -- cgit v1.2.3