Commit 1877dd10 authored by Sindre Sorhus's avatar Sindre Sorhus

Backbone app - new name for Backbone.LocalStorage func

parent 79270d78
/*global Backbone Store*/
/*global Backbone */
var app = app || {};
(function () {
......@@ -15,7 +15,7 @@ var app = app || {};
model: app.Todo,
// Save all of the todo items under the `"todos"` namespace.
localStorage: new Store('todos-backbone'),
localStorage: new Backbone.LocalStorage('todos-backbone'),
// Filter down the list of all todo items that are finished.
completed: function () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment