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

tquery-all.js from boilerplate download seems broken... #307

Open
xinaesthete opened this issue Feb 7, 2014 · 1 comment
Open

tquery-all.js from boilerplate download seems broken... #307

xinaesthete opened this issue Feb 7, 2014 · 1 comment

Comments

@xinaesthete
Copy link

The current release you have via the main link on your website (https://github.com/downloads/jeromeetienne/tquery/tqueryboilerplate.zip) produces the following error in Chrome:

Uncaught SyntaxError: Duplicate data property in object literal not allowed in strict mode libs/tquery-all.js:5213

Other browsers seem to vary in their precise reporting of this error, but fail at a similar point in the code resulting in tQuery being subsequently undefined.

For now, I have worked around this by saving the tquery-bundle.js file from one of the examples and using that instead, which seems to be fine. I suppose it may not include all functionality so I'll cross that bridge if and when I come to it.

Indeed, using that file also has the benefit that it's not minified, which is nice while developing.

@xinaesthete
Copy link
Author

I see at the bottom of the Github page, under builds, you mention

  • build/tquery-all.js: tquery bundle + all the plugin in incubations - infinite size - dont use :)

so perhaps the more prominent stuff on http://jeromeetienne.github.io/tquery/ should be changed.

Anyway, cheers, seems like it'll be useful.

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

1 participant