From 83c92fbc3599178325fe0a19649c956a5fcb1e42 Mon Sep 17 00:00:00 2001 From: "bruno@eliaz.fr" Date: Tue, 5 May 2020 08:53:52 +0000 Subject: [PATCH] jQuery 3.5.1 : bugfix release ha ben en fait c'est bien que personne ne valide les PRs :p --- prive/javascript/jquery.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prive/javascript/jquery.js b/prive/javascript/jquery.js index 2170756398..50937333b9 100644 --- a/prive/javascript/jquery.js +++ b/prive/javascript/jquery.js @@ -1,5 +1,5 @@ /*! - * jQuery JavaScript Library v3.5.0 + * jQuery JavaScript Library v3.5.1 * https://jquery.com/ * * Includes Sizzle.js @@ -9,7 +9,7 @@ * Released under the MIT license * https://jquery.org/license * - * Date: 2020-04-10T15:07Z + * Date: 2020-05-04T22:49Z */ ( function( global, factory ) { @@ -147,7 +147,7 @@ function toType( obj ) { var - version = "3.5.0", + version = "3.5.1", // Define a local copy of jQuery jQuery = function( selector, context ) { @@ -4244,7 +4244,7 @@ Data.prototype = { // If not, create one if ( !value ) { - value = Object.create( null ); + value = {}; // We can accept data for non-element nodes in modern browsers, // but we should not, see #8335.