Opened 13 years ago
Closed 13 years ago
#4294 closed defect (fixed)
Dojo Porting Guide: 0.4.x to 0.9: "dojo.debug" not replaced by "console.debug" in all examples
Reported by: | guest | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Doc parser | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojo Porting Guide: 0.4.x to 0.9 is still showing examples using dojo.debug instead of console.debug. For example
<button dojoType="dijit.form.Button" onClick='dojo.debug("hi");'iconClass="flatScreen">
hello world
</button>
Note: See
TracTickets for help on using
tickets.
Fixed the ones I could find.