The inArray declaration was accidentally duplicated.

This commit is contained in:
John Resig 2010-01-15 10:49:18 -05:00
parent 201816d8c5
commit eb496f757a

View file

@ -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({