Side navigation
#13744 closed feature (fixed)
Opened April 07, 2013 11:54AM UTC
Closed April 08, 2013 08:25AM UTC
Last modified May 09, 2013 02:35AM UTC
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?
Attachments (0)
Change History (4)
Changed April 07, 2013 11:56AM UTC by comment:1
Changed April 08, 2013 08:25AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Changed April 08, 2013 06:30PM UTC by comment:3
milestone: | None → 1.10 |
---|
Changed May 09, 2013 02:35AM UTC by comment:4
component: | unfiled → core |
---|---|
priority: | undecided → low |
Pull request: https://github.com/jquery/jquery/pull/1229