-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Error: "Invalid left-hand side in assignment" #11
Comments
argh...that's no good...let me rename this to |
just published v0.2.0 |
cool thanks that was quick! Thanks |
forgot to publish...done now... |
thanks it works |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the file jquery-i18next.js in line 4 you wrote:
global.jquery-i18next = factory()
there i get an error: "Uncaught ReferenceError: Invalid left-hand side in assignment(…)"
i think the a name with "-" is not working
i tried to fix it locally like that: global['jquery-i18next'] = factory()
-> it works again
Thanks
The text was updated successfully, but these errors were encountered: