mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 20:13:35 +02:00
Fix callback functions' display in JSDoc
This commit is contained in:
parent
4d2e7eaaba
commit
ed6407d2bd
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@
|
|||
<?js typedefs.forEach(function(e) {
|
||||
if (e.signature) {
|
||||
?>
|
||||
<?js= self.partial('members.tmpl', e) ?>
|
||||
<?js= self.partial('method.tmpl', e) ?>
|
||||
<?js
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue