mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Allow use of class.js in node.
This commit is contained in:
parent
ede3e669c7
commit
26a6eb506e
1 changed files with 5 additions and 1 deletions
|
@ -62,4 +62,8 @@
|
|||
|
||||
return Class;
|
||||
};
|
||||
})();
|
||||
})();
|
||||
|
||||
|
||||
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
||||
if (typeof module !== 'undefined') {module.exports = Class;}
|
Loading…
Add table
Add a link
Reference in a new issue