DOC-66: Show deprecated notices for signals.

This commit is contained in:
ingerjm0 2019-07-01 14:38:56 -07:00
parent e848aca193
commit 292dce3e88

View file

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