mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Update mockdate info
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/**
|
||||
* MockDate
|
||||
*
|
||||
* By Bob Lauer (https://github.com/boblauer/MockDate
|
||||
* MIT Licensed.
|
||||
*/
|
||||
|
||||
(function(name, definition) {
|
||||
if (typeof module !== 'undefined') module.exports = definition();
|
||||
else if (typeof define === 'function' && typeof define.amd === 'object') define(definition);
|
||||
|
Reference in New Issue
Block a user