-
Notifications
You must be signed in to change notification settings - Fork 30
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
Cannot set property 'startDialog' of undefined #4
Comments
Any chance you're not using the "new" keyword when instantiating a
Take a look at the unit tests. |
Hmm I removed all of the scripts I had and simply You're right though |
Welp, I was being dumbdumb and adding |
¯_(ツ)_/¯ |
Just FYI, I ran into this also, might be worthy of a reminder to NOT do that towards the top of README.md. Just to help us out when we're not thinking. :) |
Done :) |
The line in question:
this.startDialog = function startDialog(msg, timeout) {
I guess you're invoking
this
incorrectly? Might just be me being silly.The text was updated successfully, but these errors were encountered: