From: Alan Knowles Date: Thu, 28 Mar 2019 06:57:35 +0000 (+0800) Subject: docs/Roo.docs.template.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=54bb62bf07b45550d2c3132b49dcc6a28512aee2 docs/Roo.docs.template.js --- diff --git a/docs/Roo.docs.template.js b/docs/Roo.docs.template.js index 6e57c14caf..93af06a49a 100644 --- a/docs/Roo.docs.template.js +++ b/docs/Roo.docs.template.js @@ -298,7 +298,7 @@ Roo.docs.template = { } output+= ''; } - if (member.deprecated.length) { + if ((member.deprecated && member.deprecated.length) || member.isDeprecated) { output+= '
Deprecated:
' + +member.deprecated+'
'; }