updated npm modules
This commit is contained in:
4
node_modules/jquery/src/css/support.js
generated
vendored
4
node_modules/jquery/src/css/support.js
generated
vendored
@@ -43,8 +43,10 @@ define( [
|
||||
|
||||
// Support: IE 9 only
|
||||
// Detect overflow:scroll screwiness (gh-3699)
|
||||
// Support: Chrome <=64
|
||||
// Don't get tricked when zoom affects offsetWidth (gh-4029)
|
||||
div.style.position = "absolute";
|
||||
scrollboxSizeVal = div.offsetWidth === 36 || "absolute";
|
||||
scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;
|
||||
|
||||
documentElement.removeChild( container );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user