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

Fix JSONP syntax error #1205

Merged
merged 1 commit into from Dec 12, 2013
Merged

Fix JSONP syntax error #1205

merged 1 commit into from Dec 12, 2013

Conversation

wichert
Copy link
Member

@wichert wichert commented Dec 10, 2013

Javascript requires a semicolon to terminate a statement. This should also be done in JSONP responses (see the example on the JSONP wikipedia page to prevent errors in older IE versions.

@wichert
Copy link
Member Author

wichert commented Dec 11, 2013

FWIW the travis failures here are not due to this pull request: they fail for python 3 within setuptools while setting up the virtualenv.

@mcdonc mcdonc merged commit 3c95b1a into Pylons:1.5-branch Dec 12, 2013
@mcdonc
Copy link
Member

mcdonc commented Dec 12, 2013

Thanks! Merged.

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