Closed tsouvarev closed 9 years ago
prettycron.js starts with initialization of moment, later (via require) and cronParser. If you don't use require, than cronParser will be undefined
require
undefined
This should be fixed after the last few commits (and the 0.10.0 release). Let me know if there are still problems and we'll reopen this issue!
prettycron.js starts with initialization of moment, later (via
require
) and cronParser. If you don't userequire
, than cronParser will beundefined