Skip to main content

Bug Tracker

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)

Attachments (0)
Change History (2)

Changed November 22, 2007 11:35AM UTC by kbwood comment:1

Added missing semi-colons.

Changed November 24, 2007 08:16PM UTC by paul comment:2

resolution: → fixed
status: newclosed