Commit f128230d authored by TasteBot's avatar TasteBot

update the build files for gh-pages [ci skip]

parent 22034456
...@@ -13,7 +13,7 @@ var app = app || {}; ...@@ -13,7 +13,7 @@ var app = app || {};
// Reference to this collection's model. // Reference to this collection's model.
model: app.Todo, model: app.Todo,
// Save all of the todo items under the `"todos"` namespace. // Save all of the todo items under this example's namespace.
localStorage: new Backbone.LocalStorage('todos-backbone'), localStorage: new Backbone.LocalStorage('todos-backbone'),
// Filter down the list of all todo items that are finished. // Filter down the list of all todo items that are finished.
......
...@@ -11,7 +11,7 @@ define([ ...@@ -11,7 +11,7 @@ define([
// Reference to this collection's model. // Reference to this collection's model.
model: Todo, model: Todo,
// Save all of the todo items under the `"todos"` namespace. // Save all of the todo items under this example's namespace.
localStorage: new Store('todos-backbone'), localStorage: new Store('todos-backbone'),
// Filter down the list of all todo items that are finished. // Filter down the list of all todo items that are finished.
......
...@@ -13,7 +13,7 @@ var app = app || {}; ...@@ -13,7 +13,7 @@ var app = app || {};
// Reference to this collection's model. // Reference to this collection's model.
model: app.Todo, model: app.Todo,
// Save all of the todo items under the `"todos"` namespace. // Save all of the todo items under this example's namespace.
localStorage: new Backbone.LocalStorage('todos-react-backbone'), localStorage: new Backbone.LocalStorage('todos-react-backbone'),
// Filter down the list of all todo items that are finished. // Filter down the list of all todo items that are finished.
......
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