From: Alan Knowles Date: Wed, 3 Apr 2019 07:21:55 +0000 (+0800) Subject: docs/Roo.docs.template.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=bcd744dd278b2de0df71eacbb8d84d585b5f15f1 docs/Roo.docs.template.js --- diff --git a/docs/Roo.docs.template.js b/docs/Roo.docs.template.js index 553fd629ea..efa6cf6cad 100644 --- a/docs/Roo.docs.template.js +++ b/docs/Roo.docs.template.js @@ -39,6 +39,30 @@ Roo.docs.template = { }, + implementors : function(data) + { + if (!data.implementors.length) { + return ''; + } + var linkSymbol = this.linkSymbol; + var output = '' + + }, + config : function(dtag) {