azza-bazoo / prettycron

Display cron runspecs in human-readable format
GNU Lesser General Public License v3.0
122 stars 62 forks source link

Undefined cronParser if not using AMD #4

Closed tsouvarev closed 9 years ago

tsouvarev commented 10 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

azza-bazoo commented 9 years ago

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!