Skip to content

Instantly share code, notes, and snippets.

@banister
Created May 10, 2013 23:31
Show Gist options
  • Save banister/5558221 to your computer and use it in GitHub Desktop.
Save banister/5558221 to your computer and use it in GitHub Desktop.
@Demo.module "Entities", (Entities, App, Backbone, Marionette, $, _) ->
App.reqres.setHandler "users:entities", ->
promise = $.Deferred()
App.request("socket:get:users").then
(value) -> promise.resolve(value)
promise.promise()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment