I get Cannot call \'start\' of undefined when calling...
Cannot call \'start\' of undefined
Backbone.history.start()
When running some checks Backbone return
A similar error message ".. has no method 'start'" pops up if you write Backbone.History.start instead of Backbone.history.start (the correct one is with lowercase h in history).
Backbone.History.start
Backbone.history.start
h
history