Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseMode's render returns if no dp.el.firstChild
Occasionally, after about 8 instances of of the datepicker, the firstChild is undefined and crashes the datepicker. Changing "if (!dp.el)" to "if (!dp.el || !dp.el.firstChild)" fixes this issue.
- Loading branch information