the official api example is too concise
var saves = ["profile"," settings"];
var done = _ .after (saves.length, function () {
console.log ("done saving");
});
_ .forEach (saves, function (type) {
asyncSave ({"type": type," complete": done});
});
doesn"t quite understand.... Ask the Great God to explain-sharp-sharp-sharp topic description