fix broken removal call

pull/1/head
ansuz 2016-08-03 16:53:41 +02:00
parent c7155d582e
commit 306d524416
1 changed files with 1 additions and 1 deletions

View File

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