diff --git a/html/src/app.js b/html/src/app.js index ba74080f..86f63113 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -8037,4 +8037,4 @@ speechSynthesis.getVoices(); $app = new Vue($app); window.$app = $app; -})(); +}()); diff --git a/html/src/vr.js b/html/src/vr.js index 2a6c5fe9..b16d5876 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -1212,4 +1212,4 @@ speechSynthesis.getVoices(); $app = new Vue($app); window.$app = $app; -})(); +}());