#13744 closed feature (fixed)
Move jQuery.fn.size to deprecated
| Reported by: | m_gol | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.10 |
| Component: | core | Version: | 2.0b2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Pros:
- deprecated code is in the proper module
- -7 bytes minified gzipped when excluding deprecated (with regards to custom:-deprecated without moving jQuery.fn.size)
Cons:
- +2 bytes minified gzipped for the full build.
Thoughts?
Change History (4)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 Changed 5 years ago by
| Milestone: | None → 1.10 |
|---|
comment:4 Changed 5 years ago by
| Component: | unfiled → core |
|---|---|
| Priority: | undecided → low |
Note: See
TracTickets for help on using
tickets.

Pull request: https://github.com/jquery/jquery/pull/1229