Opened 13 years ago
Closed 13 years ago
#4695 closed defect (fixed)
namespace conversion not happening on dojox.charting.Plot for dxc.Plot mixins
Reported by: | Tom Trenka | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Doc parser | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The DojoX Charting code (in its current state) uses a set of immediately executed closures as part of its object definitions; one of the variables defined is a shortened alias for the namespace in question, like so:
{{{(function(){
var dxc=dojox.charting; dxc.Plot=function...
}}}
Right now, the doc parser isn't picking up that local alias.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10786]) Refs #4695. Update formatting in prep for actual checkin