#12903 closed defect (fixed)
[patch][ccla] API documentation issue: narrow/abbr reversed
Reported by: | Brian Arnold | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Doc parser | Version: | 1.6.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
This work is covered under the SitePen? CCLA.
In dojo/date/locale.js the API documentation for dojo.date.locale.getNames, for the type parameter, it states that it accepts wide/narrow/abbr to return Monday/Mon?/M respectively for Monday in English.
However, in investigating the CLDR files, as well as in usage in dijit.Calendar and such, it should be wide/abbr/narrow respectively, not wide/narrow/abbr.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | locale_doc.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
(In [24794]) Fixes #12903. Thanks, brianarn