File size: 62 Bytes
fcf3b03
 
 
1
2
3
4
if (!Date.now) Date.now = function() {
  return +new Date;
};