Skip to main content

Bug Tracker

Side navigation

#13741 closed feature (fixed)

Opened April 06, 2013 07:53PM UTC

Closed April 18, 2013 03:13AM UTC

Last modified April 18, 2013 08:24PM UTC

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.

Attachments (0)
Change History (6)

Changed April 06, 2013 07:57PM UTC by dmethvin comment:1

component: unfiledmanipulation
milestone: None2.0
owner: → dmethvin
priority: undecidedlow
status: newassigned
type: bugfeature
version: 1.9.12.0b1

Changed April 06, 2013 08:02PM UTC by Dave Methvin comment:2

resolution: → fixed
status: assignedclosed

Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.

Changeset: 5031c9db4bf22cc04472346eeee8f25a61c5ee68

Changed April 14, 2013 11:52PM UTC by m_gol comment:3

resolution: fixed
status: closedreopened

Changed April 14, 2013 11:53PM UTC by m_gol comment:4

milestone: 2.01.10/2.0
status: reopenedopen

Still needs to land for 1.10. Pull request: https://github.com/jquery/jquery/pull/1236

Changed April 18, 2013 03:13AM UTC by dmethvin comment:5

resolution: → fixed
status: openclosed

Landed pull request in 1.x-master.

Changed April 18, 2013 08:24PM UTC by dmethvin comment:6

component: manipulationbuild