Side navigation
#1951 closed bug (fixed)
Opened November 21, 2007 04:07PM UTC
Closed November 24, 2007 08:16PM UTC
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: | |
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)
Added missing semi-colons.