Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created November 9, 2013 00:50
Show Gist options
  • Select an option

  • Save j-mcnally/7379997 to your computer and use it in GitHub Desktop.

Select an option

Save j-mcnally/7379997 to your computer and use it in GitHub Desktop.
I bet things like this make eric bryn cringe
channelCallback: (msg) ->
msgs = jQuery.parseJSON(msg.payload)
newMessages = new Ember.RecordArray()
newMessages.set('modelClass', App.Message)
newMessages.load(App.Message, msgs)
newMessages.set('isLoaded', true)
@set('messages', newMessages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment