Skip to content
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

Typo in Demo html #2

Closed
WilliamHuey opened this issue Jan 20, 2013 · 1 comment
Closed

Typo in Demo html #2

WilliamHuey opened this issue Jan 20, 2013 · 1 comment
Assignees
Labels

Comments

@WilliamHuey
Copy link

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.

@gfranko
Copy link
Owner

gfranko commented Jan 24, 2013

Thanks for reporting this! Should be fixed now =)

@gfranko gfranko closed this as completed Jan 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants