diff options
author | Philip Jägenstedt <philip@foolip.org> | 2014-02-22 01:43:51 +0700 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-03-20 23:32:40 -0400 |
commit | 2c2c93c7cbfafdb06a27dafee88fc67b265c8e32 (patch) | |
tree | faedbad06c4fbb842f9bcca79de9077846de9bfd /AUTHORS.txt | |
parent | ad032d3c7df04827989a4187117614c29bf3a4ad (diff) | |
download | jquery-2c2c93c7cbfafdb06a27dafee88fc67b265c8e32.tar.gz jquery-2c2c93c7cbfafdb06a27dafee88fc67b265c8e32.zip |
Selector: Use Element.matches in selector-native if available
Spec:
http://dom.spec.whatwg.org/#dom-element-matches
Support in Chromium:
https://code.google.com/p/chromium/issues/detail?id=326652
Fixes #14902
Closes gh-1524
Diffstat (limited to 'AUTHORS.txt')
-rw-r--r-- | AUTHORS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index f68f3304a..45e7ee0e9 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -220,4 +220,5 @@ Roman Reiß <me@silverwind.io> Benjy Cui <benjytrys@gmail.com> Rodrigo Rosenfeld Rosas <rr.rosas@gmail.com> John Hoven <hovenj@gmail.com> +Philip Jägenstedt <philip@foolip.org> |