Spaces:
Running
Running
File size: 122 Bytes
87b3b3a |
1 2 3 4 5 6 7 |
if (!Date.now) {
/**
* @returns {int} Current timestamp (msec)
*/
Date.now = function() { return +(new Date); }
}
|