fix incorrect usage of store api

pull/1/head
ansuz 9 years ago
parent 4e5f381325
commit 9a5294016d

@ -179,7 +179,7 @@ define([
return k.indexOf(hash) === 0;
});
Store.removeBatch(toRemove, function (err, data) {
Store.removebatch(toRemove, function (err, data) {
cb(err, data);
});
});

Loading…
Cancel
Save