From: Alan Knowles Date: Wed, 3 Apr 2019 07:26:18 +0000 (+0800) Subject: docs/Roo.docs.template.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5ad1baf6cb4512e34ab90d1a2440775fb0b1859b docs/Roo.docs.template.js --- diff --git a/docs/Roo.docs.template.js b/docs/Roo.docs.template.js index d7e17d360a..6ba51acc3b 100644 --- a/docs/Roo.docs.template.js +++ b/docs/Roo.docs.template.js @@ -51,7 +51,7 @@ Roo.docs.template = { var iblock_indent = 0; - data.implementors.reverse().map( + data.implementors.map( function($) { output += '
  • ' + linkSymbol($) + '
  • ';