From: Alan Knowles Date: Thu, 28 Mar 2019 06:43:06 +0000 (+0800) Subject: docs/Roo.docs.template.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=1db72397af74c0de3141c7f69e62155776b30678 docs/Roo.docs.template.js --- diff --git a/docs/Roo.docs.template.js b/docs/Roo.docs.template.js index 2d0284661c..6e57c14caf 100644 --- a/docs/Roo.docs.template.js +++ b/docs/Roo.docs.template.js @@ -247,7 +247,7 @@ Roo.docs.template = { */ - if (member.see.length) { + if (member.see && member.see.length) { output+= '
See:
' + '
' + this.linkSymbol( member.see ) +'
'; }