#1699 closed defect (fixed)
date.js has a typo of swicthCase
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Date | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
File date.js has line: var swicthCase = null;
"switch" is wrong?
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | → 0.4.1 |
---|---|
Owner: | changed from psowden to tk |
comment:2 Changed 13 years ago by
Owner: | changed from tk to Adam Peller |
---|
comment:3 Changed 13 years ago by
Milestone: | 0.4.1 → 0.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
date.js was redone in 0.4 and code was moved to src/date. I think this typo was corrected in the process.