#2747 closed defect (fixed)
0.9: _byId in _base/lfx.js is removed by the dojo compressor.
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
_byId is defined after it is first used. That causes a problem for the compressor.
Note: See
TracTickets for help on using
tickets.
(In [8122]) Fixes #2747: _byId was defined after it was first used, and the dojo compressor stripped it out.