Skip to content

Instantly share code, notes, and snippets.

@sharshenov
Created January 13, 2014 09:26
Show Gist options
  • Save sharshenov/8397076 to your computer and use it in GitHub Desktop.
Save sharshenov/8397076 to your computer and use it in GitHub Desktop.
@DanielApp.module "Entities", (Entities, App, Backbone, Marionette, $, _) ->
App.commands.setHandler "when:fetched", (entities, callback) ->
xhrs = _.chain([entities]).flatten().pluck("_fetch").value()
$.when(xhrs...).done ->
callback()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment