Skip to content

Commit

Permalink
fix: removed undefined summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ariansobczak-rst committed Jan 21, 2022
1 parent 4ddba31 commit d8c5a78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmpl/container.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@
<div class='vertical-section'>
<h1>Methods</h1>
<div class="members">
<?js methods.forEach(function(m, i) { ?>
<span><?js= m.summary ?></span>
<?js methods.forEach(function(m) { ?>
<div class="member"><?js= self.partial('method.tmpl', m) ?></div>
<?js }); ?>
</div>
Expand Down

0 comments on commit d8c5a78

Please sign in to comment.