mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Update mockdate info
This commit is contained in:
parent
65e1b60fb7
commit
3659b5b5c9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user