Cleanup jsdoc via eslint

This commit is contained in:
veeck
2021-06-09 12:49:57 +02:00
parent 3c50d6c30a
commit 214614f740
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) {