From: Alan Knowles Date: Thu, 28 Mar 2019 06:41:43 +0000 (+0800) Subject: docs/Roo.docs.template.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=8ac36c7ef9d6a49c6686eac7b8a11a621dc9fc6f docs/Roo.docs.template.js --- diff --git a/docs/Roo.docs.template.js b/docs/Roo.docs.template.js index 71636aa81b..671ffd780d 100644 --- a/docs/Roo.docs.template.js +++ b/docs/Roo.docs.template.js @@ -205,7 +205,7 @@ Roo.docs.template = { } output+= ''; } - if (member.deprecated.length) { + if (member.isDeprecated || (member.deprecated && member.deprecated.length)) { output+= '
Deprecated:
' + +member.deprecated+'
'; }