🌐 AI搜索 & 代理 主页
Skip to content

Commit 1d624c1

Browse files
authored
Tests: Stop using jQuery.find in tests
This prepares us for possibly hiding jQuery.find in jQuery 4.0. Closes gh-4517
1 parent 26415e0 commit 1d624c1

File tree

2 files changed

+109
-109
lines changed

2 files changed

+109
-109
lines changed

test/data/selector/mixed_sort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script>
1212
var doc = parent.document,
1313
unframed = [ doc.getElementById( "qunit-fixture" ), doc.body, doc.documentElement ],
14-
framed = jQuery.find( "*" );
14+
framed = jQuery( "*" ).get();
1515

1616
startIframeTest(
1717
jQuery.uniqueSort( unframed.concat( framed ) ),

0 commit comments

Comments
 (0)