Skip to content

Commit

Permalink
Add patent as a juris type
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Jun 22, 2019
1 parent f6df4d6 commit 8dc22f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/load.js
Expand Up @@ -142,7 +142,8 @@ var CSL = {
"gazette": true,
"report": true,
"regulation": true,
"standard": true
"standard": true,
"patent": true
},
checkNestedBrace: function(state) {
if (state.opt.xclass === "note") {
Expand Down

0 comments on commit 8dc22f7

Please sign in to comment.