Lint compliance

This commit is contained in:
yflory
2018-04-27 18:04:21 +02:00
parent 64c85fe548
commit 2451174870
6 changed files with 4 additions and 6 deletions

View File

@@ -246,7 +246,7 @@ define([
Thumb.setPadThumbnail = function (common, href, channel, b64, cb) {
cb = cb || function () {};
var parsed = Hash.parsePadUrl(href);
var channel = channel || common.getMetadataMgr().getPrivateData().channel;
channel = channel || common.getMetadataMgr().getPrivateData().channel;
var k = getKey(parsed.type, channel);
common.setThumbnail(k, b64, cb);
};