mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 22:03:23 +02:00
Merge pull request #15861 from jennaingersoll/signal-fix
DOC-66: Show deprecated notices for signals.
This commit is contained in:
commit
938b9e25f9
1 changed files with 1 additions and 1 deletions
|
@ -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) ?>
|
||||
|
|
Loading…
Reference in a new issue