We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have here a very simple code which is roughly like this:
object.somedata: { 'a': Lockr.get('a'), 'b': Lockr.get('b'), 'c': Lockr.get('c') }
At the row "c" I get now the error message "TypeError: Lockr.get(...) is undefined" in the console of Firefox. Any idea why?
The text was updated successfully, but these errors were encountered:
Hello @modir, can you test with the latest v0.9.0-beta.2 if you still interested in using the Lockr library in your code?
v0.9.0-beta.2
Sorry, something went wrong.
@tsironis I think we still have lockr in our code. I will test it. Sure.
No branches or pull requests
I have here a very simple code which is roughly like this:
At the row "c" I get now the error message "TypeError: Lockr.get(...) is undefined" in the console of Firefox. Any idea why?
The text was updated successfully, but these errors were encountered: