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);
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");