From 3d5c9c78ee546802ad09f0ab008a3b9b56087863 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 16 Apr 2019 15:36:16 +0200 Subject: [PATCH] lint compliance --- www/common/sframe-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index f33ec1386..c321af294 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -614,7 +614,7 @@ define([ }); ctx.sframeChan.on('EV_WORKER_TIMEOUT', function () { - UI.errorLoadingScreen(Messages.timeoutError) // XXX + UI.errorLoadingScreen(Messages.timeoutError); }); ctx.sframeChan.on('EV_CHROME_68', function () {