mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Cleanup class jsdoc
This commit is contained in:
parent
9888f66c84
commit
d1e8dded68
1 changed files with 3 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue