The inArray declaration was accidentally duplicated.
This commit is contained in:
parent
201816d8c5
commit
eb496f757a
1 changed files with 0 additions and 6 deletions
|
@ -734,12 +734,6 @@ function doScrollCheck() {
|
|||
jQuery.ready();
|
||||
}
|
||||
|
||||
if ( indexOf ) {
|
||||
jQuery.inArray = function( elem, array ) {
|
||||
return indexOf.call( array, elem );
|
||||
};
|
||||
}
|
||||
|
||||
function evalScript( i, elem ) {
|
||||
if ( elem.src ) {
|
||||
jQuery.ajax({
|
||||
|
|
Loading…
Reference in a new issue