Updated to v1.2.9

This commit is contained in:
Henry Whitaker
2020-04-27 15:16:05 +01:00
parent 478c5eff31
commit eb95e062a9
359 changed files with 6771 additions and 4799 deletions

View File

@@ -117,7 +117,7 @@ boolHook = {
}
};
jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) {
jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) {
var getter = attrHandle[ name ] || jQuery.find.attr;
attrHandle[ name ] = function( elem, name, isXML ) {