This commit is contained in:
Oleg Korshul 2022-06-18 15:57:26 +03:00
parent 171e28af36
commit cd7551f898

View file

@ -89,7 +89,7 @@ define([
thumbCanvas.width = thumbs[thumbIdx].width; thumbCanvas.width = thumbs[thumbIdx].width;
function CThumbnailLoader() { function CThumbnailLoader() {
this.supportBinaryFormat = !(Common.Controllers.Desktop.isActive() && !Common.Controllers.isFeatureAvailable('isSupportBinaryFontsSprite')); this.supportBinaryFormat = !(Common.Controllers.Desktop.isActive() && !Common.Controllers.Desktop.isFeatureAvailable('isSupportBinaryFontsSprite'));
this.image = null; this.image = null;
this.binaryFormat = null; this.binaryFormat = null;