fix broken removal call

This commit is contained in:
ansuz
2016-08-03 16:53:41 +02:00
parent c7155d582e
commit 306d524416
+1 -1
View File
@@ -184,7 +184,7 @@ define([
cb();
return;
}
Store.removebatch(toRemove, function (err, data) {
getStore().removeBatch(toRemove, function (err, data) {
cb(err, data);
});
});