Cleanup class jsdoc

This commit is contained in:
rejas 2020-07-27 21:39:25 +02:00
parent 9888f66c84
commit d1e8dded68

View File

@ -83,7 +83,9 @@
/**
* Define the clone method for later use. Helper Method.
*
* @param obj
* @param {object} obj Object to be cloned
*
* @returns {object} the cloned object
*/
function cloneObject(obj) {
if (obj === null || typeof obj !== "object") {