Merge pull request #15861 from jennaingersoll/signal-fix

DOC-66: Show deprecated notices for signals.
This commit is contained in:
jennaingersoll 2019-07-02 10:21:56 -07:00 committed by GitHub
commit 938b9e25f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) ?>