fix broken removal call

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

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

Loading…
Cancel
Save