fix broken removal call
This commit is contained in:
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…
x
Reference in New Issue
Block a user