fix incorrect usage of store api
This commit is contained in:
parent
4e5f381325
commit
9a5294016d
@ -179,7 +179,7 @@ define([
|
|||||||
return k.indexOf(hash) === 0;
|
return k.indexOf(hash) === 0;
|
||||||
});
|
});
|
||||||
|
|
||||||
Store.removeBatch(toRemove, function (err, data) {
|
Store.removebatch(toRemove, function (err, data) {
|
||||||
cb(err, data);
|
cb(err, data);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user