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

quoted object keys prevents Closure compiler name mangling #98

Merged
merged 1 commit into from Dec 7, 2013

Conversation

amccollum
Copy link
Contributor

This fixes #97, which is caused by object literal key names being mistakenly renamed by the Closure compiler when using advanced optimizations. The simplest solution is to quote the object keys to keep Closure from renaming them.

rvagg added a commit that referenced this pull request Dec 7, 2013
quoted object keys prevents Closure compiler name mangling
@rvagg rvagg merged commit ef3335d into fat:master Dec 7, 2013
@rvagg
Copy link
Collaborator

rvagg commented Dec 7, 2013

awesome, cheers!

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.

bean is not compatible with "ender compile"
2 participants