mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
This commit is contained in:
committed by
Richard Gibson
parent
8594decfcc
commit
e3777b6437
@@ -208,11 +208,6 @@ jQuery.fn = jQuery.prototype = {
|
||||
// The default length of a jQuery object is 0
|
||||
length: 0,
|
||||
|
||||
// The number of elements contained in the matched element set
|
||||
size: function() {
|
||||
return this.length;
|
||||
},
|
||||
|
||||
toArray: function() {
|
||||
return core_slice.call( this );
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user