Skip to content
Permalink
Browse files
No ticket: boolean -> bool in selector-native
  • Loading branch information
timmywil committed May 6, 2013
1 parent caf9639 commit 6d04ebf
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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]*[>+~]/
}
}

0 comments on commit 6d04ebf

Please sign in to comment.