From: John Resig Date: Fri, 15 Jan 2010 15:49:18 +0000 (-0500) Subject: The inArray declaration was accidentally duplicated. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=eb496f757a1eebef14eb5a1fdd971cc553f3540b;p=jquery.git The inArray declaration was accidentally duplicated. --- diff --git a/src/core.js b/src/core.js index edd1089..5b8388e 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({