-
Notifications
You must be signed in to change notification settings - Fork 309
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
Uncaught TypeError: Cannot read property 'add' of undefined #97
Comments
I also have the same problem. |
I'll check, thank you. |
I think that is because the implementation of the hide method changes, now its like this: |
It works, thank you! |
@Dolce This problem is also exits in current verision on your document, Hope you can modifiy this example code in you doc page. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I upgraded from 1.1.5 to 1.2.0 and now I have the following issue.
When executing instance.hide()
I have the following error:
Uncaught TypeError: Cannot read property 'add' of undefined
Here is the line:
Anyone had the same problem?
The text was updated successfully, but these errors were encountered: