lychees's picture
Upload 569 files
87b3b3a
raw
history blame contribute delete
122 Bytes
if (!Date.now) {
/**
* @returns {int} Current timestamp (msec)
*/
Date.now = function() { return +(new Date); }
}