Skip to content
Permalink
Browse files
jquery core: Removed an orphaned line. Thanks mose.
  • Loading branch information
flesler committed Dec 27, 2008
1 parent 51428a3 commit d37aece
Showing 1 changed file with 0 additions and 2 deletions.
@@ -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

0 comments on commit d37aece

Please sign in to comment.