#1498 closed defect (invalid)
dojo.date.format undefined var
Reported by: | dylan | Owned by: | tk |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Date | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
line 355 of dojo.date.format:
s = info.am + "|" + info.pm;
where is info. defined?
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Are you sure you have the latest?
355 is: expected.month = j;
And info is defined in the function call there....