mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
if (!Date.now) Date.now = function() {
|
|
return +new Date;
|
|
};
|