mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:44:32 +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) {
|
<?js typedefs.forEach(function(e) {
|
||||||
if (e.signature) {
|
if (e.signature) {
|
||||||
?>
|
?>
|
||||||
<?js= self.partial('members.tmpl', e) ?>
|
<?js= self.partial('method.tmpl', e) ?>
|
||||||
<?js
|
<?js
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue