#17459 closed task (fixed)
dojox/mobile: code cleanup - use dot notation instead of array notation for config flags
Reported by: | Adrian Vasiliu | Owned by: | Adrian Vasiliu |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | DojoX Mobile | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Wherever possible, replace usages, for config flags, of array syntax by dot syntax. For instance, config.flag
instead of config["flag"]
.
Change History (5)
comment:1 Changed 9 years ago by
Owner: | set to Adrian Vasiliu <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 9 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 9 years ago by
Owner: | changed from Adrian Vasiliu <[email protected]…> to Adrian Vasiliu |
---|---|
Status: | reopened → assigned |
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.10 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:5 Changed 8 years ago by
Type: | enhancement → task |
---|
Changing to category "task" since presumably this has no impact on users.
Note: See
TracTickets for help on using
tickets.
In 6d8855f237ae0d1fac23eb99d81edfbdbba685e4/dojox: