Opened 12 years ago
Closed 12 years ago
#8297 closed defect (fixed)
apidoc for dojo.string.substitute() doesn't say whether key matching is case-sensitive or not
Reported by: | dkarr | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Documentation | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The API documentation for "dojo.string.substitute()" doesn't say whether the keys specified in the template are matched case-sensitively to the keys in the map.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | set to dante |
they are. it's getObject, and just normal js.
Note: See
TracTickets for help on using
tickets.
are they? I imagine they would be, as everything else in JS is. It would especially be worth noting that they were _not_, if that were to be the case.