#13741 closed feature (fixed)
Make wrap*/unwrap methods an optional module
Reported by: | dmethvin | Owned by: | dmethvin |
---|---|---|---|
Priority: | low | Milestone: | 1.10/2.0 |
Component: | build | Version: | 2.0b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The .wrap*()
and .unwrap()
methods are very generalized and can often be replaced by a short code sequence in user code. Removing them from the build saves about 175 bytes min+gz, 733 minified.
Change History (6)
comment:1 Changed 10 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | None → 2.0 |
Owner: | set to dmethvin |
Priority: | undecided → low |
Status: | new → assigned |
Type: | bug → feature |
Version: | 1.9.1 → 2.0b1 |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 10 years ago by
Milestone: | 2.0 → 1.10/2.0 |
---|---|
Status: | reopened → open |
Still needs to land for 1.10. Pull request: https://github.com/jquery/jquery/pull/1236
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Landed pull request in 1.x-master.
comment:6 Changed 10 years ago by
Component: | manipulation → build |
---|
Note: See
TracTickets for help on using
tickets.
Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.