mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
jquery core: closes #3241. The 'length' property isn't set to jQuery's prototype anymore.
This commit is contained in:
parent
fc38ead4dc
commit
db076b06f5
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user