Update mockdate info

This commit is contained in:
rejas 2020-03-15 10:20:20 +01:00
parent 65e1b60fb7
commit 3659b5b5c9

View File

@ -1,3 +1,10 @@
/**
* MockDate
*
* By Bob Lauer (https://github.com/boblauer/MockDate
* MIT Licensed.
*/
(function(name, definition) { (function(name, definition) {
if (typeof module !== 'undefined') module.exports = definition(); if (typeof module !== 'undefined') module.exports = definition();
else if (typeof define === 'function' && typeof define.amd === 'object') define(definition); else if (typeof define === 'function' && typeof define.amd === 'object') define(definition);