1 parent 26415e0 commit 1d624c1Copy full SHA for 1d624c1
2 files changed
test/data/selector/mixed_sort.html
@@ -11,7 +11,7 @@
11
<script>
12
var doc = parent.document,
13
unframed = [ doc.getElementById( "qunit-fixture" ), doc.body, doc.documentElement ],
14
- framed = jQuery.find( "*" );
+ framed = jQuery( "*" ).get();
15
16
startIframeTest(
17
jQuery.uniqueSort( unframed.concat( framed ) ),
0 commit comments