fix incorrect usage of store api

pull/1/head
ansuz 2016-08-03 09:35:16 +02:00
parent 4e5f381325
commit 9a5294016d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});
});