remove wrong comment in jsx_common.hrl

This commit is contained in:
alisdair sullivan 2011-08-11 17:07:04 -07:00
parent e1e9636901
commit 9bf7554a35

View file

@ -26,7 +26,7 @@
-record(opts, {
loose_unicode = false,
encoding = auto,
escape_forward_slash = false, %% does nothing, used by encoder
escape_forward_slash = false,
iterate = false
}).