moved opts record def from jsx_common.hrl to a public jsx.hrl header file

actually included the new header, oops
This commit is contained in:
alisdair sullivan 2010-05-18 12:48:05 -07:00
parent 5c36ec18d7
commit 7468313ffc
3 changed files with 6 additions and 6 deletions

5
include/jsx.hrl Normal file
View file

@ -0,0 +1,5 @@
-record(opts, {
comments = false,
escaped_unicode = ascii,
naked_values = false
}).