repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Made isObjectLiteral to work correctly with custom objects with empty prototypes.
[jquery.git]
/
src
/
sizzle-jquery.js
blob
6f2c86f204c86b98e856f46b7c77d67322df4390
1
jQuery.find = Sizzle;
2
jQuery.expr = Sizzle.selectors;
3
jQuery.expr[":"] = jQuery.expr.filters;
4
jQuery.unique = Sizzle.uniqueSort;
5
6
return;