mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 21:05:38 -05:00
jquery core: Removed an orphaned line. Thanks mose.
This commit is contained in:
@@ -151,8 +151,6 @@ jQuery.fn = jQuery.prototype = {
|
||||
// Determine the position of an element within
|
||||
// the matched set of elements
|
||||
index: function( elem ) {
|
||||
var ret = -1;
|
||||
|
||||
// Locate the position of the desired element
|
||||
return jQuery.inArray(
|
||||
// If it receives a jQuery object, the first element is used
|
||||
|
||||
Reference in New Issue
Block a user