From 7269e4aea4077909b00f475be19503211fb056ee Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Thu, 15 Jul 2021 21:51:37 +0200 Subject: [PATCH] add semicolons --- src/js/LoadJson.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/LoadJson.js b/src/js/LoadJson.js index d1e46f3..07bd5fe 100644 --- a/src/js/LoadJson.js +++ b/src/js/LoadJson.js @@ -58,7 +58,7 @@ function LoadJSON(filename) { document.getElementById("save-area").value = JSON.stringify(jsonObject); return jsonObject; // console.log(jsonObj); - } + }; } /* function JSONparse(response) { @@ -107,7 +107,7 @@ function XMLtoJSON(filename) { // console.log(JSON.stringify(dictionaryObject)); return dictionaryObject; - } + }; } // XMLtoJSON("../files/TranslatorDictionary.xml"); \ No newline at end of file