From 6f97615ee61478cf4cfc6a91c8ef1b058606cb3c Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:21:19 +0900 Subject: [PATCH] lint --- html/src/app.js | 2 +- html/src/vr.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -})(); +}());