Skip to content

Use intermediate vars to decrease minified size - #151

Open
timtucker wants to merge 2 commits into
SteveSanderson:masterfrom
timtucker:patch-5
Open

Use intermediate vars to decrease minified size#151
timtucker wants to merge 2 commits into
SteveSanderson:masterfrom
timtucker:patch-5

Conversation

@timtucker

Copy link
Copy Markdown
Contributor

Closure compiler applied to exports.visitModel shows a decrease from 1005 bytes down to 930 bytes.

Closure compiler applied to exports.visitModel shows a decrease from 1005 bytes down to 930 bytes.
@brigand

brigand commented Sep 16, 2013

Copy link
Copy Markdown
Collaborator

Thanks. Probably improves speed in IE as well (local variables vs hash lookup).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants