mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: uses jquery 3.5.1 (#11230)
https://blog.jquery.com/2020/05/04/jquery-3-5-1-released-fixing-a-regression/
This commit is contained in:
8
vendor/assets/javascripts/jquery.js
vendored
8
vendor/assets/javascripts/jquery.js
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user