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

Error: "Invalid left-hand side in assignment" #11

Closed
turkelinda opened this issue Mar 15, 2016 · 5 comments
Closed

Error: "Invalid left-hand side in assignment" #11

turkelinda opened this issue Mar 15, 2016 · 5 comments

Comments

@turkelinda
Copy link

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

@jamuhl
Copy link
Member

jamuhl commented Mar 15, 2016

argh...that's no good...let me rename this to global.jqueryI18next....will publish an update in a few seconds.

@jamuhl
Copy link
Member

jamuhl commented Mar 15, 2016

just published v0.2.0

@turkelinda
Copy link
Author

cool thanks that was quick!
I can see the new version in GIT but not in npm.
Did you publish it to npm yet?

Thanks

@jamuhl
Copy link
Member

jamuhl commented Mar 15, 2016

forgot to publish...done now...

@turkelinda
Copy link
Author

thanks it works

@jamuhl jamuhl closed this as completed Apr 19, 2016
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