Skip to content

Instantly share code, notes, and snippets.

@camd
Created September 23, 2014 21:24
Show Gist options
  • Save camd/f9c4f9c975f4e8e29588 to your computer and use it in GitHub Desktop.
Save camd/f9c4f9c975f4e8e29588 to your computer and use it in GitHub Desktop.
defer for treestatus
var updateAllWatchedRepoTreeStatus = function() {
$log.debug("updateAllWatchedRepoTreeStatus", repos);
_.each(_.keys(repos), function(repo) {
_.defer(updateTreeStatus, repo);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment