lint compliance

This commit is contained in:
yflory 2019-05-17 18:28:45 +02:00
parent 11a365557c
commit 0732773bba

View File

@ -160,7 +160,7 @@ proxy.mailboxes = {
hash: h hash: h
}, ctx.clients); }, ctx.clients);
}; };
ctx.store.proxy.on('change', ['mailboxes', type], function (o, n, p, r) { ctx.store.proxy.on('change', ['mailboxes', type], function (o, n, p) {
if (p[2] === 'lastKnownHash') { if (p[2] === 'lastKnownHash') {
// Hide everything up to this hash // Hide everything up to this hash
var sliceIdx; var sliceIdx;