Effects: Add tests for jQuery.Tween

This commit is contained in:
Corey Frang
2015-05-18 17:11:21 -04:00
parent 3a0d582cf6
commit cdaed15c7e
10 changed files with 6246 additions and 446 deletions

View File

@@ -154,7 +154,8 @@ jQuery.extend({
expr: {
attrHandle: {},
match: {
bool: /^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$/i,
bool: new RegExp( "^(?:checked|selected|async|autofocus|autoplay|controls|defer" +
"|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$", "i" ),
needsContext: /^[\x20\t\r\n\f]*[>+~]/
}
}