Commit b1301271 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #188 from davidmurdoch/patch-1

Fix whitespace
parents e74f0d9f 322780c8
...@@ -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