#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: | high | Milestone: | |
Component: | General | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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 (3)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Milestone: | → 0.4.4 |
---|
Note: See
TracTickets for help on using
tickets.
(In [9720]) Fixes #2240