Expose parseMeta function

This commit is contained in:
Yukai Huang 2016-10-13 15:59:22 +08:00
parent f678d9b814
commit f4f2497d23
3 changed files with 4 additions and 1 deletions

View file

@ -1083,5 +1083,6 @@ module.exports = {
scrollToHash: scrollToHash,
owner: owner,
updateLastChangeUser: updateLastChangeUser,
updateOwner: updateOwner
updateOwner: updateOwner,
parseMeta: parseMeta
};