#1951 closed bug (fixed)
datepicker: missing a few semi-colons so packing causes errors
Reported by: | zelph | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | datepicker | Cc: | |
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Added missing semi-colons.