Swarthmore / litterfall

Application and Scripts used for the Litterfall Project
0 stars 1 forks source link

Backbone history #69

Closed jadams1 closed 11 years ago

jadams1 commented 11 years ago

Ever since modularizing with Requirejs, we've all been getting this error:

Uncaught Error: Backbone.history has already been started

Backbone.history is started once, in router, so I'm not sure why there is an error. However, this error seems to be causing some issues rendering things and we should probably fix it eventually...