minor cleanup of source tree in prep for release
This commit is contained in:
parent
ce98e1d884
commit
bd5084e60d
3 changed files with 1 additions and 2 deletions
6
src/jsx_opts.hrl
Normal file
6
src/jsx_opts.hrl
Normal file
|
@ -0,0 +1,6 @@
|
|||
-record(opts, {
|
||||
loose_unicode = false,
|
||||
escape_forward_slash = false,
|
||||
explicit_end = false,
|
||||
parser = auto
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue