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

@@ -114,7 +114,7 @@ jQuery.fn.extend( {
rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&
( this.checked || !rcheckableType.test( type ) );
} )
.map( function( i, elem ) {
.map( function( _i, elem ) {
var val = jQuery( this ).val();
if ( val == null ) {