summaryrefslogtreecommitdiffstats
path: root/lib/backbone/glossary.js
blob: aba83cf3c85443716c9e1f36c6450decbbea575c (plain)
1
2
3
4
5
6
7
8

function Glossary() {
    if (!(this instanceof Glossary)) return new Glossary();
}

Glossary.prototype.type = 'glossary';

module.exports = Glossary;