Joffrey JAFFEUX
2020-11-13 14:26:56 +01:00
committed by GitHub
parent 915764922d
commit b08077d155
3 changed files with 9 additions and 9 deletions

View File

@@ -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.