From eb496f757a1eebef14eb5a1fdd971cc553f3540b Mon Sep 17 00:00:00 2001 From: John Resig Date: Fri, 15 Jan 2010 10:49:18 -0500 Subject: [PATCH] The inArray declaration was accidentally duplicated. --- src/core.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/core.js b/src/core.js index edd108906..5b8388ead 100644 --- a/src/core.js +++ b/src/core.js @@ -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({ -- 2.39.5