Ticket #2240 (closed defect: fixed)
core.profile.js not include dojo.event.* files because /src/event.js was deleted.
| Reported by: | guest | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 0.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
A few days ago, I noticed that when I compile the core profile of Dojo, the event files weren't being baked into dojo.js.
Then I noticed that in core.profile.js the event files are being included using "dojo.event". But since src/event.js was removed, the eventing files weren't being included. When I changed the line to "dojo.event.*" everything worked again.
I tried searching through the tickets to see if anyone has filed this bug, but nothing turned up.
Thanks.
Change History
Note: See
TracTickets for help on using
tickets.