Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d624c1

Browse files
authored
Tests: Stop using jQuery.find in tests
This prepares us for possibly hiding jQuery.find in jQuery 4.0.Closesgh-4517
1 parent26415e0 commit1d624c1

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
vardoc=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)

[8]ページ先頭

©2009-2025 Movatter.jp