Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Sizzle: :target and :root selector support. adds Sizzle.setDocument. …
…Remove :active support.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sizzle
updated
10 files
+24 −0 | .jshintrc | |
+34 −23 | grunt.js | |
+510 −446 | sizzle.js | |
+20 −0 | speed/.jshintrc | |
+1,719 −0 | speed/frameworks/oldSizzle.js | |
+3 −4 | speed/speed.js | |
+42 −0 | test/.jshintrc | |
+12 −1 | test/data/testinit.js | |
+33 −44 | test/unit/selector.js | |
+0 −24 | test/unit/utilities.js |