2011-08-31 18:52:01 -07:00
|
|
|
-record(opts, {
|
2012-03-31 21:58:18 -07:00
|
|
|
replaced_bad_utf8 = false,
|
|
|
|
escaped_forward_slashes = false,
|
|
|
|
single_quoted_strings = false,
|
|
|
|
unescaped_jsonp = false,
|
2012-03-24 19:42:00 -07:00
|
|
|
comments = false,
|
2012-03-31 21:58:18 -07:00
|
|
|
escaped_strings = false,
|
2012-03-29 00:18:53 -07:00
|
|
|
dirty_strings = false,
|
2012-03-31 21:58:18 -07:00
|
|
|
ignored_bad_escapes = false,
|
2012-04-04 20:04:17 -07:00
|
|
|
explicit_end = false,
|
|
|
|
pre_encoders = []
|
2011-09-14 06:44:52 -07:00
|
|
|
}).
|