#15458 closed defect (fixed)
Typo in r28041 in dojo/test/on/on.js - createElement("buton")
Reported by: | Tom Shinnick | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Events | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Revision [28041] (changeset) had a typo, using "buton" instead of "button". Observed, not tested for effect before or after correction.
251 function eventAugmentation(t){ 253 var button = div.appendChild(document.createElement("buton"));
Change History (3)
comment:1 Changed 9 years ago by
Component: | General → Events |
---|---|
Owner: | set to Kris Zyp |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
In [28987]: