]> source.dussan.org Git - jquery.git/commitdiff
No ticket: boolean -> bool in selector-native
authorTimmy Willison <timmywillisn@gmail.com>
Mon, 6 May 2013 19:41:22 +0000 (15:41 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 6 May 2013 19:41:22 +0000 (15:41 -0400)
src/selector-native.js

index 22340916de5c45d2f46173d8a7ba9431d505815d..4429795d61b5c3670e8d2434a7938a3f6d942426 100644 (file)
@@ -135,7 +135,7 @@ jQuery.extend({
        expr: {
                attrHandle: {},
                match: {
-                       boolean: /^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$/i,
+                       bool: /^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$/i,
                        needsContext: /^[\x20\t\r\n\f]*[>+~]/
                }
        }