tastejs / todomvc-backbone-es6

Backbone TodoMVC rewritten using ES6
http://addyosmani.github.io/todomvc-backbone-es6
234 stars 46 forks source link

Todos collection is not global, but comment says it is #15

Closed domenic closed 11 years ago

domenic commented 11 years ago

Create our global collection of Todos.

Should probably be

Create our module-local collection of Todos.

Also, var should be const.