This website requires JavaScript.
Explore
Help
Sign in
umgeher
/
jsx
Watch
0
Fork
You've already forked jsx
0
Code
Issues
Pull requests
Activity
a932422d17
jsx
/
include
/
jsx.hrl
6 lines
116 B
Erlang
Raw
Normal View
History
Unescape
Escape
moved opts record def from jsx_common.hrl to a public jsx.hrl header file actually included the new header, oops
2010-05-18 12:48:05 -07:00
-
record
(
opts
,
{
comments
=
false
,
escaped_unicode
=
ascii
,
public interface begun
2010-05-18 13:01:49 -07:00
naked_values
=
false
,
encoding
=
utf8
moved opts record def from jsx_common.hrl to a public jsx.hrl header file actually included the new header, oops
2010-05-18 12:48:05 -07:00
}
)
.
Reference in a new issue
Copy permalink