git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc38ead
)
jquery core: closes #3241. The 'length' property isn't set to jQuery's prototype...
author
Ariel Flesler
<aflesler@gmail.com>
Mon, 11 Aug 2008 00:54:05 +0000
(
00:54
+0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Mon, 11 Aug 2008 00:54:05 +0000
(
00:54
+0000)
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
cbc3b40
..
bcb9af8
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-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 ) {