#8405 closed defect (fixed)
Typo in TitlePane
Reported by: | Mark Wubben | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In TitlePane? on line 131, a reference is made to this._hideNode
. This should be this.hideNode
, however.
Change History (6)
comment:1 Changed 13 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 follow-up: 4 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This appears to still be incorrect in 1.3.0 on the website. I just downloaded it and found that it still says this.hideNode.
comment:4 Changed 13 years ago by
Replying to OverZealous:
This appears to still be incorrect in 1.3.0 on the website. I just downloaded it and found that it still says this.hideNode.
Isn't that what the patch said?
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Ah thanks, will fix.