shawnchin / jquery-cron

A jQuery plugin to provide a simplified interface for users to specify cron entries
http://shawnchin.github.io/jquery-cron
MIT License
177 stars 118 forks source link

jquery-cron.js:266 Uncaught TypeError: Cannot read property 'effectOpts' of undefined #4

Closed bonds closed 12 years ago

bonds commented 12 years ago

I followed the directions to get started. Created an empty div called 'schedule', $('#schedule').cron(); on document ready. But when I load the page, I get this error that is the subject of this issue.

shawnchin commented 12 years ago

Thanks for reporting the issue. That's due to an oversight on my part when merging a pull request. Committing a fix shortly.