Skip to content

Instantly share code, notes, and snippets.

@jerkovicl
Created September 24, 2013 09:18
Show Gist options
  • Save jerkovicl/6682316 to your computer and use it in GitHub Desktop.
Save jerkovicl/6682316 to your computer and use it in GitHub Desktop.
function querySucceeded(data) {
var list = partialMapper.mapDtosToEntities(
manager, data.results, entityNames.speaker, 'id');
if (speakersObservable) {
speakersObservable(list);
}
log('Retrieved [Speaker] from remote data source',
data, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment