Opened 13 years ago
Closed 12 years ago
#6505 closed defect (fixed)
Incorrect Documentation for dojo.require
Reported by: | rnucera | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Doc parser | Version: | 1.1.0 |
Keywords: | dojo.require | Cc: | James Burke |
Blocked By: | Blocking: |
Description (last modified by )
There is a http://api.dojotoolkit.org/jsdoc/dojox/HEAD/dojo.require (note that dojox), that gives an empty page. I got to this one via search box.
(Fixed in [15256]) The link http://api.dojotoolkit.org/jsdoc/dojo/HEAD/dojo.require should be talking about dojo.require, instead it talks about dojo._loadModule.
Change History (3)
comment:1 Changed 12 years ago by
Cc: | James Burke added |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
As for the second problem, I can still follow the dojox/HEAD/dojo.require link, but the page is no longer blank and I do not see any way to navigate to this. Please open this as a separate ticket if you can recreate the problem.
Note: See
TracTickets for help on using
tickets.
(In [15256]) Change dojo._loadModule documentation to reference public API dojo.require. Refs #6505