私はCoffeescriptで以下のことができるようにしたい:
App.Store = DS.Store.extend({
revision: 13,
adapter: DS.RESTAdapter.create()
});
以下のようなことを試しましたが、うまくいかないようです。
App.Store = DS.Store.extend
revision: 13
adapter: DS.RESTAdapter.create()
以下のエラーを作成する上記のコードに何か問題がありますか?
Uncaught TypeError: Cannot call method 'extend' of undefined