You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: