Commit 322780c8 authored by David Murdoch's avatar David Murdoch

Fix whitespace

parent 99282a82
...@@ -5,7 +5,7 @@ define([ ...@@ -5,7 +5,7 @@ define([
'models/todo' 'models/todo'
], function(_, Backbone, Store, Todo){ ], function(_, Backbone, Store, Todo){
var TodosCollection = Backbone.Collection.extend({ var TodosCollection = Backbone.Collection.extend({
// Reference to this collection's model. // Reference to this collection's model.
model: Todo, model: Todo,
......
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