diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-08-18 17:25:26 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-08-18 17:25:26 -0700 |
commit | 90320fd26c60fce5615be09e0c03c486b567e8bd (patch) | |
tree | d84c142fa40b8e3aa28c8ec289779ab8b756f27a /lib/parse | |
parent | 4f9b474fdd87dada179efe86300c96278e263be5 (diff) | |
download | gitbook-90320fd26c60fce5615be09e0c03c486b567e8bd.zip gitbook-90320fd26c60fce5615be09e0c03c486b567e8bd.tar.gz gitbook-90320fd26c60fce5615be09e0c03c486b567e8bd.tar.bz2 |
Add glossary indexing
Diffstat (limited to 'lib/parse')
-rw-r--r-- | lib/parse/glossary.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/parse/glossary.js b/lib/parse/glossary.js index f5d4dae..549e9fd 100644 --- a/lib/parse/glossary.js +++ b/lib/parse/glossary.js @@ -45,3 +45,4 @@ function entryId(name) { } module.exports = parseGlossary; +module.exports.entryId = entryId; |