lint compliance

This commit is contained in:
ansuz 2020-11-06 12:22:09 +05:30
parent 20f30a7259
commit 247931eece

View file

@ -54,7 +54,7 @@ define([
};
S.clearChannel = function (id, _cb) {
cb = Util.once(Util.mkAsync(_cb || function () {}));
var cb = Util.once(Util.mkAsync(_cb || function () {}));
cache.removeItem(id, cb);
};