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

Missing semicolon when raphael-min.js is combined with other files #625

Open
fletom opened this issue Oct 4, 2012 · 1 comment
Open

Comments

@fletom
Copy link

fletom commented Oct 4, 2012

The very end of the file, }(window.Raphael) has no semicolon. This works fine when executed on its own, but it causes an SyntaxError when put through our combiner/minifier (django_compressor specifically) since the files are just concatenated.

Technically this is an issue with django_compressor (and I will open a ticket) but we might as well make sure it doesn't happen anymore by adding that semicolon to raphael-min.js.

@soulBit
Copy link

soulBit commented Oct 8, 2012

+1, this was causing me issues when concatenating source files together

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