mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
No ticket: boolean -> bool in selector-native
This commit is contained in:
parent
caf963992d
commit
6d04ebfafb
@ -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]*[>+~]/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user