mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Check Sizzle or jQuery.
This commit is contained in:
parent
813886a4df
commit
872d18c10e
@ -379,7 +379,7 @@ test("pseudo - position", function() {
|
||||
t( "Check element position", "div#nothiddendiv:first > div:first", ["nothiddendivchild"] );
|
||||
});
|
||||
|
||||
if ( Sizzle.selectors.filters.visibility ) {
|
||||
if ( (window.Sizzle || jQuery.find).selectors.filters.visibility ) {
|
||||
test("pseudo - visibility", function() {
|
||||
expect(11);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user