From 4a6a69e7bc8f6e2897394f3a1285ff7626bceb16 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Tue, 11 Oct 2016 20:17:44 +0800 Subject: Fix module export --- public/js/extra.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'public/js/extra.js') diff --git a/public/js/extra.js b/public/js/extra.js index 25f0b3b1..9ce8525a 100644 --- a/public/js/extra.js +++ b/public/js/extra.js @@ -1086,5 +1086,7 @@ module.exports = { generateToc: generateToc, smoothHashScroll: smoothHashScroll, scrollToHash: scrollToHash, - owner: owner + owner: owner, + updateLastChangeUser: updateLastChangeUser, + updateOwner: updateOwner }; -- cgit v1.2.3