diff --git a/docs/_generate/item.html b/docs/_generate/item.html index af9fc7c..2cf6ec1 100755 --- a/docs/_generate/item.html +++ b/docs/_generate/item.html @@ -11,7 +11,7 @@ <% if (prop.type && prop.type !== '*') { %><%= prop.type %>.<% } %> <% if (prop.values) { %> - One of <%= _(prop.values).map(function(opt) { return '' + opt + '' }).join(', ') %>. + One of <%= _(Object.keys(prop.values)).map(function(opt) { return '' + opt + '' }).join(', ') %>. <% } %> <% if (prop.units) { %> Units in