Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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 kbwood

Added missing semi-colons.

comment:2 Changed 15 years ago by paul

Resolution: fixed
Status: newclosed

comment:3 Changed 15 years ago by (none)

Milestone: 1.2.2

Milestone 1.2.2 deleted

comment:4 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.