Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update Sizzle: use documentElement in focus selector. Fixes #13378.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sizzle
updated
9 files
+7 −7 | .jshintrc | |
+4 −2 | dist/sizzle.js | |
+1 −1 | dist/sizzle.min.js | |
+1 −1 | dist/sizzle.min.map | |
+3 −1 | sizzle.js | |
+26 −25 | test/.jshintrc | |
+16 −0 | test/data/focus.html | |
+42 −4 | test/data/testinit.js | |
+6 −0 | test/unit/selector.js |