Skip to content

Commit

Permalink
Show properties of object function parameters. Fixes #185
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and hegemonic committed Mar 29, 2018
1 parent c7afef9 commit c492ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/details-table-row.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
{{#if (hasModifiers this isEnum)}}
<p>{{modifierText this isEnum}}</p>
{{/if}}
{{#if ../children}}
{{#if children}}
<p>{{translate 'tables.body.eachValueHasProperties' name=name}}</p>
{{#withOnly values=../children}}
{{#withOnly values=children}}
{{#embed 'details-table'}}{{/embed}}
{{/withOnly}}
{{/if}}
Expand Down

0 comments on commit c492ee1

Please sign in to comment.