DOC-69: Move Supported Script Types section to top of JSDoc pages

This commit is contained in:
ingerjm0 2019-09-05 10:12:59 -07:00
parent 7ffcee35dd
commit 5aef2d674a

View file

@ -125,7 +125,7 @@ exports.handlers = {
if (rows.length > 0) {
var availableIn = "<p class='availableIn'><b>Supported Script Types:</b> " + rows.join(" &bull; ") + "</p>";
e.doclet.description = (e.doclet.description ? e.doclet.description : "") + availableIn;
e.doclet.description = availableIn + (e.doclet.description ? e.doclet.description : "");
}
}