Skip to content

Commit

Permalink
Small typo in architecture example for backbone, closes #91
Browse files Browse the repository at this point in the history
Signed-off-by: drublic <hans@sa-designz.de>
  • Loading branch information
drublic committed Feb 14, 2012
1 parent bc72998 commit a402067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture-examples/backbone/js/todos.js
@@ -1,6 +1,6 @@
// An example Backbone application contributed by
// [Jérôme Gravel-Niquet](http://jgn.me/). This demo uses a simple
// [LocalStorage adapter](backbone-localstorage.html)
// [LocalStorage adapter](backbone-localstorage.js)
// to persist Backbone models within your browser.

// Load the application once the DOM is ready, using `jQuery.ready`:
Expand Down

0 comments on commit a402067

Please sign in to comment.