add semicolons

This commit is contained in:
ReznoRMichael 2021-07-15 21:51:37 +02:00
parent 8f2ba30ab6
commit 7269e4aea4

View file

@ -58,7 +58,7 @@ function LoadJSON(filename) {
document.getElementById("save-area").value = JSON.stringify(jsonObject); document.getElementById("save-area").value = JSON.stringify(jsonObject);
return jsonObject; return jsonObject;
// console.log(jsonObj); // console.log(jsonObj);
} };
} }
/* function JSONparse(response) { /* function JSONparse(response) {
@ -107,7 +107,7 @@ function XMLtoJSON(filename) {
// console.log(JSON.stringify(dictionaryObject)); // console.log(JSON.stringify(dictionaryObject));
return dictionaryObject; return dictionaryObject;
} };
} }
// XMLtoJSON("../files/TranslatorDictionary.xml"); // XMLtoJSON("../files/TranslatorDictionary.xml");