Opened 14 years ago
Closed 14 years ago
#6660 closed defect (fixed)
incorrect var in dojo.date.locale
Reported by: | dylan | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Date | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In dojo.date.locale:
var first = dojo.cldr.supplemental.getFirstDayOfWeek(options.locale);
However, options is not defined.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [14021]) Remove broken 'e' pattern char and unspecified 'L' and 'c'. Refs #6660