#18908 closed defect (invalid)
getLocalization calls still existing in dijit despite the method being deprecated
Reported by: | Neil Roberts | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.12 |
Component: | Dijit | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
We are trying to run dijit with unsafe-eval enabled which requires turning off the dojo-v1x-i18n-Api
. This creates problems because there are still a large number of getLocalization
calls remaining in dijit. All remaining getLocalization
calls should be updated to use the i18n plugin.
Change History (4)
comment:1 Changed 4 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 4 years ago by
comment:3 Changed 4 years ago by
Milestone: | tbd → 1.12 |
---|
comment:4 Changed 4 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This has been resubmitted as https://bugs.dojotoolkit.org/ticket/18910
Note: See
TracTickets for help on using
tickets.
PR at https://github.com/dojo/dijit/pull/125