/** * Date.now Polyfill */ Date.now = function() { return +new Date(); }; /* End of file now.js */