Modify ↓
Ticket #1951 (closed bug: fixed)
datepicker: missing a few semi-colons so packing causes errors
| Reported by: | zelph | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | datepicker | Cc: | |
| Blocking: | Blocked by: |
Description
There are semi-colons missing in two places that I found that make it so you can not pack this script.
First is around line 805 at the end of the checkLiteral function.
Second is around line 851 after var date = new Date(year, month - 1, day)
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Added missing semi-colons.