mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
Allow use of class.js in node.
This commit is contained in:
@@ -62,4 +62,8 @@
|
|||||||
|
|
||||||
return Class;
|
return Class;
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
||||||
|
if (typeof module !== 'undefined') {module.exports = Class;}
|
Reference in New Issue
Block a user