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.