mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
Cleanup class jsdoc
This commit is contained in:
parent
9888f66c84
commit
d1e8dded68
@ -83,7 +83,9 @@
|
|||||||
/**
|
/**
|
||||||
* Define the clone method for later use. Helper Method.
|
* 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) {
|
function cloneObject(obj) {
|
||||||
if (obj === null || typeof obj !== "object") {
|
if (obj === null || typeof obj !== "object") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user