Core: Deprecate jQuery.isArray

Fixes gh-2961
Closes gh-3278
This commit is contained in:
Manoj Kumar
2016-08-14 10:54:16 +00:00
committed by Michał Gołębiowski
parent 5b4cb0d337
commit 1b9575b9d1
13 changed files with 23 additions and 18 deletions

View File

@@ -404,7 +404,7 @@ jQuery.fn.extend( {
map = {},
i = 0;
if ( jQuery.isArray( name ) ) {
if ( Array.isArray( name ) ) {
styles = getStyles( elem );
len = name.length;