mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Core: Deprecate jQuery.isArray
Fixes gh-2961 Closes gh-3278
This commit is contained in:
committed by
Michał Gołębiowski
parent
5b4cb0d337
commit
1b9575b9d1
@@ -404,7 +404,7 @@ jQuery.fn.extend( {
|
||||
map = {},
|
||||
i = 0;
|
||||
|
||||
if ( jQuery.isArray( name ) ) {
|
||||
if ( Array.isArray( name ) ) {
|
||||
styles = getStyles( elem );
|
||||
len = name.length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user