UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

12 lines 284 B
define([], function () { if (!Date.now) { Date.now = function () { return new Date().getTime(); }; } if (!Date.timestamp) { Date.timestamp = function () { return Math.floor(Date.now() / 1000); }; } });