mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
The inArray declaration was accidentally duplicated.
This commit is contained in:
parent
201816d8c5
commit
eb496f757a
@ -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 New Issue
Block a user