From 9e3e633aaf9777a2182a4d831d6dbce301d22838 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Mar 2019 16:19:33 +0800 Subject: [PATCH] docs/Roo.docs.template.js --- docs/Roo.docs.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Roo.docs.template.js b/docs/Roo.docs.template.js index e928ef5e4a..c3aff93e3f 100644 --- a/docs/Roo.docs.template.js +++ b/docs/Roo.docs.template.js @@ -49,7 +49,7 @@ Roo.docs.template = { output += '
'+this.resolveLinks(this.summarize(dtag.desc))+'
'; output += '
' + this.resolveLinks(dtag.desc)+ ' ' + - (dtag.values.length ? ("
Possible Values: " + + (dtag.values && dtag.values.length ? ("
Possible Values: " + dtag.values.map(function(v) { return v.length ? v : "Empty"; }).join(", ")) : '' -- 2.39.2