Show deprecated statement in method details

This commit is contained in:
ingerjm0 2019-03-22 11:56:29 -07:00
parent ba9426e14e
commit 2b858c4ef5

View file

@ -20,7 +20,7 @@ var self = this;
<tbody> <tbody>
<tr> <tr>
<td> <td>
<?js if (data.kind !== 'module' && data.description && !data.hideconstructor) { ?> <?js if (data.kind !== 'module' && !data.hideconstructor) { ?>
<p> <p>
<?js= data.description ?> <?js= data.description ?>
<?js= this.partial('details.tmpl', data) ?> <?js= this.partial('details.tmpl', data) ?>