UNPKG

vegas-js-polyfill

Version:

A specialized polyfill javascript library for the VEGAS JS libraries.

10 lines (9 loc) 161 B
/* jshint -W079 */ "use strict" ; if (!(Date.now && Date.prototype.getTime)) { Date.now = function now() { return new Date().getTime(); }; }