wkeese / old-api-viewer

Old viewer for output of old js-doc-parse, replaced by https://github.com/dojo/dapi
22 stars 10 forks source link

_base not showing up in 1.7 or 1.6 versions of the API viewer #46

Closed dylans closed 12 years ago

dylans commented 12 years ago

I believe we have a regression with our backwards compatibility support. Things like dojo/_base/ aren't showing up in the tree for the 1.7 and 1.6 versions of the API.

wkeese commented 12 years ago

Pre-1.8 the tree shows global variables like dojo.byId, not module id's like dojo/_base/html. Why would you expect dojo/_base to appear?