add semicolons
This commit is contained in:
parent
8f2ba30ab6
commit
7269e4aea4
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
Loading…
Reference in a new issue