Skip to content

Instantly share code, notes, and snippets.

@quard8
Created December 30, 2013 08:17
Show Gist options
  • Select an option

  • Save quard8/8179276 to your computer and use it in GitHub Desktop.

Select an option

Save quard8/8179276 to your computer and use it in GitHub Desktop.
async.map(catalog_pages, parseCatalogPage, function(error, results) {
var goods = [];
_.each(results, function(items) {
goods = _.union(goods, items);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment