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
Not a major issue, but there are some typos in the demo html that prevents the Backbone.validateAll from working.
<sript src='../src/javascript/Backbone.validateAll.js'></script>
should be
<script src='../src/javascripts/Backbone.validateAll.js'></script>
There is a missing "c" from the opening script tag and a missing "s" at the end of the javascript folder.
The text was updated successfully, but these errors were encountered:
References #2 - Releasing Backbone.validateAll v0.2.0
9ed7be4
7b2aadb
Thanks for reporting this! Should be fixed now =)
Sorry, something went wrong.
gfranko
No branches or pull requests
Not a major issue, but there are some typos in the demo html that prevents the Backbone.validateAll from working.
should be
There is a missing "c" from the opening script tag and a missing "s" at the end of the javascript folder.
The text was updated successfully, but these errors were encountered: