Currently when you visit the api docs, all table rows are hidden and the user needs to know to open up the console and do a $('tr').show() to view the docs. This prevents that while trying to maintain what I interpreted as the original expected behavior.
Currently when you visit the api docs, all table rows are hidden and the user needs to know to open up the console and do a
$('tr').show()
to view the docs. This prevents that while trying to maintain what I interpreted as the original expected behavior.