aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/deprecated.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2020-03-16 21:49:29 +0100
committerGitHub <noreply@github.com>2020-03-16 21:49:29 +0100
commit90fed4b453a5becdb7f173d9e3c1492390a1441f (patch)
tree1415e8746489af4d26b31b422cb9b3db95497cb2 /test/unit/deprecated.js
parent5b94a4f847fe2328b1b8f2340b11b6031f95d2d1 (diff)
downloadjquery-90fed4b453a5becdb7f173d9e3c1492390a1441f.tar.gz
jquery-90fed4b453a5becdb7f173d9e3c1492390a1441f.zip
Manipulation: Make jQuery.htmlPrefilter an identity function
Closes gh-4642
Diffstat (limited to 'test/unit/deprecated.js')
-rw-r--r--test/unit/deprecated.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/deprecated.js b/test/unit/deprecated.js
index d5a577ffb..029b163e5 100644
--- a/test/unit/deprecated.js
+++ b/test/unit/deprecated.js
@@ -137,7 +137,7 @@ if ( jQuery.ajax && jQuery.fn.ajaxSend ) {
QUnit[ jQuery.fn.click ? "test" : "skip" ]( "Event aliases", function( assert ) {
// Explicitly skipping focus/blur events due to their flakiness
- var $elem = jQuery( "<div />" ).appendTo( "#qunit-fixture" ),
+ var $elem = jQuery( "<div></div>" ).appendTo( "#qunit-fixture" ),
aliases = ( "resize scroll click dblclick mousedown mouseup " +
"mousemove mouseover mouseout mouseenter mouseleave change " +
"select submit keydown keypress keyup contextmenu" ).split( " " );