fix js lint warnings

This commit is contained in:
Karsten Hassel
2021-06-11 23:10:41 +02:00
parent 1a244726aa
commit 10d3a284e9
3 changed files with 0 additions and 9 deletions

View File

@@ -84,7 +84,6 @@
* Define the clone method for later use. Helper Method.
*
* @param {object} obj Object to be cloned
*
* @returns {object} the cloned object
*/
function cloneObject(obj) {