fix broken removal call

pull/1/head
ansuz 9 years ago
parent c7155d582e
commit 306d524416

@ -184,7 +184,7 @@ define([
cb(); cb();
return; return;
} }
Store.removebatch(toRemove, function (err, data) { getStore().removeBatch(toRemove, function (err, data) {
cb(err, data); cb(err, data);
}); });
}); });

Loading…
Cancel
Save