]> source.dussan.org Git - jquery.git/commitdiff
README: Add selector-native.js link. Thanks @randsonjs!
authorDave Methvin <dave.methvin@gmail.com>
Wed, 3 Dec 2014 18:57:58 +0000 (13:57 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Wed, 3 Dec 2014 18:59:41 +0000 (13:59 -0500)
Closes gh-1715

README.md

index 01455a40fc5a658a32d1ef06cc3f7df76d7d1759..a0fd55ba08962adef0edc7ade5a6a0fcb4ef229f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Some example modules that can be excluded are:
 
 As a special case, you may also replace Sizzle by using a special flag `grunt custom:-sizzle`.
 
-- **sizzle**: The Sizzle selector engine. When this module is excluded, it is replaced by a rudimentary selector engine based on the browser's `querySelectorAll` method that does not support jQuery selector extensions or enhanced semantics. See the selector-native.js file for details.
+- **sizzle**: The Sizzle selector engine. When this module is excluded, it is replaced by a rudimentary selector engine based on the browser's `querySelectorAll` method that does not support jQuery selector extensions or enhanced semantics. See the [selector-native.js](https://github.com/jquery/jquery/blob/master/src/selector-native.js) file for details.
 
 *Note*: Excluding Sizzle will also exclude all jQuery selector extensions (such as `effects/animatedSelector` and `css/hiddenVisibleSelectors`).