fix methods

This commit is contained in:
Aleksey Chichenkov 2018-09-19 18:13:49 +03:00
parent 27369c00b3
commit b7ebc50924
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ var self = this;
?>
<span class="param">
<span class="type">
<span class="left-quad-bracket">[ </span>
<span class="left-quad-bracket">[</span>
<span class="name"><?js= this.linkto(type, type) ?></span>
<span class="right-quad-bracket"> ]</span>
<span class="right-quad-bracket">]</span>
</span>
<span class="name"><?js= param.name ?></span><?js if(a < data.params.length - 1) { ?>,<?js } ?>