Opened 11 years ago
Closed 11 years ago
#10294 closed defect (fixed)
[patch][cla] GridContainer - small cleanup to remove cell var
Reported by: | Mathevet julien | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I replace cell var by getZones() which return same array. It use a dojo query.
It avoid also to call slice on it, each time me add/remove column.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | GridContainer-removeCellvar.patch added |
---|
comment:1 Changed 11 years ago by
Owner: | changed from Adam Peller to dante |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [20804]) fixes #10294 - getZones simplification. thanks Moogle! \!strict