diff --git a/www/common/outer/cache-store.js b/www/common/outer/cache-store.js index 067d2dda7..73dbb1a3e 100644 --- a/www/common/outer/cache-store.js +++ b/www/common/outer/cache-store.js @@ -94,7 +94,7 @@ define([ S.storeCache = function (id, validateKey, val, cb) { cb = Util.once(Util.mkAsync(cb || function () {})); - onReady.reg(function (allowed) { + onReady.reg(function () { if (!allowed) { return void cb('NOCACHE'); } if (!Array.isArray(val) || !validateKey) { return void cb('EINVAL'); } checkCheckpoints(val);