Uncaught TypeError: undefined is not a function rails3/backbone/js

后端 未结 5 1236
臣服心动
臣服心动 2021-02-14 08:38

I just started delving into javascript to make project more responsive and I am working through a backbone.js example.

I\'ve replicated http://www.jamesyu.org/2011/01/27

5条回答
  •  一整个雨季
    2021-02-14 09:28

    It sounds like you are not including the file that holds the declaration of App.Controllers.Fffforms. Make sure that you are including that file somewhere in you code prior to where you include application.js.

提交回复
热议问题