Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use intermediate vars to decrease minified size #151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

timtucker
Copy link
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
Copy link
Collaborator

brigand commented Sep 16, 2013

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