From a487737f4cf2bf5650f21569959ef4c5bcb5be83 Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Sat, 26 Jan 2019 08:51:01 +0100 Subject: [PATCH] Fix syntax error caused by deminification --- src/components/apphost.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/apphost.js b/src/components/apphost.js index 5ebb6fbf19..914b065800 100644 --- a/src/components/apphost.js +++ b/src/components/apphost.js @@ -157,8 +157,8 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function(appSett }, function() { appSettings.set(htmlMediaAutoplayAppStorageKey, "false"); }); - } - }); + }); + } var deviceId; var deviceName;