mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 23:54:42 -04:00
Fix module export
This commit is contained in:
parent
ddb953da0c
commit
4a6a69e7bc
5 changed files with 27 additions and 20 deletions
|
@ -1086,5 +1086,7 @@ module.exports = {
|
|||
generateToc: generateToc,
|
||||
smoothHashScroll: smoothHashScroll,
|
||||
scrollToHash: scrollToHash,
|
||||
owner: owner
|
||||
owner: owner,
|
||||
updateLastChangeUser: updateLastChangeUser,
|
||||
updateOwner: updateOwner
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue