No ticket: boolean -> bool in selector-native

This commit is contained in:
Timmy Willison 2013-05-06 15:41:22 -04:00
parent caf963992d
commit 6d04ebfafb

View File

@ -135,7 +135,7 @@ jQuery.extend({
expr: { expr: {
attrHandle: {}, attrHandle: {},
match: { 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]*[>+~]/ needsContext: /^[\x20\t\r\n\f]*[>+~]/
} }
} }