minor cleanup of source tree in prep for release

This commit is contained in:
alisdair sullivan 2012-03-07 21:15:02 -08:00
parent ce98e1d884
commit bd5084e60d
3 changed files with 1 additions and 2 deletions

6
src/jsx_opts.hrl Normal file
View file

@ -0,0 +1,6 @@
-record(opts, {
loose_unicode = false,
escape_forward_slash = false,
explicit_end = false,
parser = auto
}).