Skip to content
Permalink
Browse files
jquery core: closes #3241. The 'length' property isn't set to jQuery'…
…s prototype anymore.
  • Loading branch information
flesler committed Aug 11, 2008
1 parent fc38ead commit db076b0
Showing 1 changed file with 0 additions and 3 deletions.
@@ -90,9 +90,6 @@ jQuery.fn = jQuery.prototype = {
return this.length;
},

// The number of elements contained in the matched element set
length: 0,

// Get the Nth element in the matched element set OR
// Get the whole matched element set as a clean array
get: function( num ) {

0 comments on commit db076b0

Please sign in to comment.