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
If the named event in the event hash isn't actually defined on the view, the error message is pretty obscure as it fails all the way down here: https://github.com/HenrikJoreteg/events/blob/master/index.js#L81
We can make that a lot better.
events: { 'click .something': 'someFunctionToRun' }
Related: #37
The text was updated successfully, but these errors were encountered:
Both #37 and #38 has been tackled here HenrikJoreteg/events#2 cc @HenrikJoreteg
Sorry, something went wrong.
Closed by #106
No branches or pull requests
If the named event in the event hash isn't actually defined on the view, the error message is pretty obscure as it fails all the way down here: https://github.com/HenrikJoreteg/events/blob/master/index.js#L81
We can make that a lot better.
Related: #37
The text was updated successfully, but these errors were encountered: