#13111 closed defect (fixed)
Dojo HTML5 Data-Attribute Support description typos
Reported by: | Maastermedia | Owned by: | itorrey |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Website | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On site: http://dojotoolkit.org/features/1.6/html5data-attributes
This paragraph: Within widget templates, we can also use the new dojo-data-attach-event and dojo-data-attach-point as replacement for dojoAttachEvent and dojoAttachPoint to register attach points and attach event handlers. And finally, we can also use a data-dojo-event to define the event to register for <script type="dojo/method"> scripts.
should be: Within widget templates, we can also use the new data-dojo-attach-event and data-dojo-attach-point as replacement for dojoAttachEvent and dojoAttachPoint to register attach points and attach event handlers. And finally, we can also use a data-dojo-event to define the event to register for <script type="dojo/method"> scripts.
Change History (2)
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
this looks to be fixed now.