jquery core: Removed an orphaned line. Thanks mose.
This commit is contained in:
parent
51428a3c9e
commit
d37aeceb69
|
@ -151,8 +151,6 @@ jQuery.fn = jQuery.prototype = {
|
||||||
// Determine the position of an element within
|
// Determine the position of an element within
|
||||||
// the matched set of elements
|
// the matched set of elements
|
||||||
index: function( elem ) {
|
index: function( elem ) {
|
||||||
var ret = -1;
|
|
||||||
|
|
||||||
// Locate the position of the desired element
|
// Locate the position of the desired element
|
||||||
return jQuery.inArray(
|
return jQuery.inArray(
|
||||||
// If it receives a jQuery object, the first element is used
|
// If it receives a jQuery object, the first element is used
|
||||||
|
|
Loading…
Reference in a new issue