Fix module export

This commit is contained in:
Yukai Huang 2016-10-11 20:17:44 +08:00
parent ddb953da0c
commit 4a6a69e7bc
5 changed files with 27 additions and 20 deletions

View file

@ -1086,5 +1086,7 @@ module.exports = {
generateToc: generateToc,
smoothHashScroll: smoothHashScroll,
scrollToHash: scrollToHash,
owner: owner
owner: owner,
updateLastChangeUser: updateLastChangeUser,
updateOwner: updateOwner
};