Skip to content

Typo in Demo html #2

Closed
Closed
@WilliamHuey

Description

@WilliamHuey

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions