#9201 closed enhancement (fixed)
Modify dojox.lang.docs to lazily load docs
Reported by: | Bryan Forbes | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.3.0 |
Keywords: | Cc: | Kris Zyp | |
Blocked By: | Blocking: |
Description
The docs generator can now break up the docs by provides. dojox.lang.docs should test to see if those are available before trying to load api.xml or api.json.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
(In [17419]) * Changed dojox.lang.docs to check for broken up docs before loading api.json (fixes #9201 !strict).