Ticket #2240 (closed defect: fixed)

Opened 2 years ago

Last modified 8 months ago

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

Changed 16 months ago by peller

  • status changed from new to closed
  • resolution set to fixed

(In [9720]) Fixes #2240

Changed 16 months ago by peller

  • milestone set to 0.4.4

Changed 8 months ago by anonymous

  • milestone deleted

Milestone 0.4.4 deleted

Note: See TracTickets for help on using tickets.