X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.mwExtension.js;h=6d478bd3553af6e1c415c05becd3a77fad735550;hb=bf9c2b0cb30cbe994f3a1859cf46224dd52039e1;hp=f9675fa69c3eaef86dc12d9cab9d1d68cab967f8;hpb=ff70e103def9601f40836cbd9022e1267200510e;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.mwExtension.js b/resources/src/jquery/jquery.mwExtension.js index f9675fa69c..6d478bd355 100644 --- a/resources/src/jquery/jquery.mwExtension.js +++ b/resources/src/jquery/jquery.mwExtension.js @@ -45,7 +45,7 @@ return false; } for ( i = 0; i < arrThis.length; i++ ) { - if ( $.isArray( arrThis[ i ] ) ) { + if ( Array.isArray( arrThis[ i ] ) ) { if ( !$.compareArray( arrThis[ i ], arrAgainst[ i ] ) ) { return false; }