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

Syntax error in notify.min.js #26

Closed
obahareth opened this issue Sep 2, 2014 · 1 comment
Closed

Syntax error in notify.min.js #26

obahareth opened this issue Sep 2, 2014 · 1 comment

Comments

@obahareth
Copy link

The min version (on the live website) has an error:

function t(t,i,e){"string"==typeof e&&(e=%7BclassName:e})

The %7B is actually HTML for a left curly brace, it should be:

function t(t,i,e){"string"==typeof e&&(e={className:e})

NOTE: This issue isn't present in the latest commit in master.

@EvanCarroll
Copy link
Contributor

We've removed the .min.js from the distro (2015-11-03). If we add it back in the future, please reopen if you see this again.

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

No branches or pull requests

2 participants