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);
|
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");
|
||||||
Loading…
Reference in a new issue