#1398 closed defect (fixed)
dojo.addOnLoad doesn't fire if using a build
Reported by: | Neil Roberts | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | BuildSystem | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.addOnLoad doesn't fire if using a build
Note: See
TracTickets for help on using
tickets.
(In [5524]) Fixes #1398; basically a build would not fire any functions added to addOnLoad in IE because the build process strips all comments from the code--including conditional comments.