fix incorrect usage of store api

This commit is contained in:
ansuz
2016-08-03 09:35:16 +02:00
parent 4e5f381325
commit 9a5294016d
+1 -1
View File
@@ -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);
}); });
}); });