Search and Top Navigation
#1951 closed bug (fixed)
Opened November 21, 2007 04:07PM UTC
Closed November 24, 2007 08:16PM UTC
Last modified February 26, 2009 11:17AM UTC
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)
Attachments (0)
Change History (4)
Changed November 22, 2007 11:35AM UTC by comment:1
Changed November 24, 2007 08:16PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.2 |
---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:17AM UTC by comment:4
milestone: | → 1.5 |
---|
Added missing semi-colons.