git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
813886a
)
Check Sizzle or jQuery.
author
John Resig
<jeresig@gmail.com>
Mon, 7 Dec 2009 23:33:14 +0000
(15:33 -0800)
committer
John Resig
<jeresig@gmail.com>
Mon, 7 Dec 2009 23:33:14 +0000
(15:33 -0800)
test/unit/selector.js
patch
|
blob
|
history
diff --git
a/test/unit/selector.js
b/test/unit/selector.js
index
3e65cda
..
0a5d0bb
100644
(file)
--- a/
test/unit/selector.js
+++ b/
test/unit/selector.js
@@
-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);