mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Cleanup class jsdoc
This commit is contained in:
@@ -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") {
|
||||||
|
Reference in New Issue
Block a user