replace all incidences of opts with config

This commit is contained in:
alisdair sullivan 2013-02-12 11:54:42 -08:00
parent 2f47fdd642
commit ff6a83598b
9 changed files with 1436 additions and 1437 deletions

12
src/jsx_config.hrl Normal file
View file

@ -0,0 +1,12 @@
-record(config, {
replaced_bad_utf8 = false,
escaped_forward_slashes = false,
single_quoted_strings = false,
unescaped_jsonp = false,
comments = false,
escaped_strings = false,
dirty_strings = false,
ignored_bad_escapes = false,
explicit_end = false,
pre_encode = false
}).