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

Change object construction to prevent Chrome v32 crashing. #1429

Merged
merged 1 commit into from Jan 22, 2014
Merged

Change object construction to prevent Chrome v32 crashing. #1429

merged 1 commit into from Jan 22, 2014

Conversation

tatey
Copy link
Contributor

@tatey tatey commented Jan 20, 2014

We were getting reports that our website was crashing in Chrome. We were able to pinpoint it to moment.

Changing the config from a literal object to setting properties is ugly, but resolves the issue for us in production. Given how frequently Chrome is updated I suspect we'll be able to revert it once it's fixed upstream.

See #1423.

Suspected JS execution optimizations in v32 is causing the browser to
throw "Aw, Snap".

See #1423
@ichernev
Copy link
Contributor

Thank you for troubleshooting and patching this. Can you please submit and link a chrome bug for this?

ichernev added a commit that referenced this pull request Jan 22, 2014
Change object construction to prevent Chrome v32 crashing.

@changelog
@section bugfix
@ichernev ichernev merged commit b92af0d into moment:develop Jan 22, 2014
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.

None yet

2 participants