Cannot call 'start' of undefined when starting backbone.js history.

后端 未结 8 1185
感情败类
感情败类 2020-12-15 16:30

I get Cannot call \'start\' of undefined when calling...

    Backbone.history.start()

When running some checks Backbone return

8条回答
  •  北荒
    北荒 (楼主)
    2020-12-15 17:37

    Make sure you include jQuery.js before underscore.js and backbone.js in HTML head.

提交回复
热议问题