#878 closed defect (fixed)
Remove dojo.event dependency from dojo.lfx.*
Reported by: | Bryan Forbes | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It would be nice to remove the dojo.event dependency from lfx to bring the build size down. Currently, dojo.js from an lfx only build comes out to 74585 bytes. dojo.js from a build (non-working, of course) with the dojo.event dependency removed from lfx comes out to 62120 bytes. This 12k dep would be nice to remove.
Current holdups:
- dojo.lfx.Chain uses dojo.event.connect to chain animations together
- all animations in dojo.lfx.html have a callback that gets called from an anonymous function from a dojo.event.connect
Note: See
TracTickets for help on using
tickets.
fixed in [4260]