ember Uncaught TypeError: undefined is not a function when loading in store
问题 I'm using ember to display data received from my golang server. The data are in JSON form. so I opened a websocket and tried to push the message received in the store but i got this error: Uncaught TypeError: undefined is not a function this is my app.js: App = Ember.Application.create({ LOG_TRANSITIONS: true }) /******************************* Post Template **************************************/ //Define a route for the template "post" App.Router.map(function() { this.route("post", { path: