remove stream mode from jsx_terms and streamline options handling in jsx_terms to simplify migration to new api

This commit is contained in:
alisdair sullivan 2011-08-10 23:31:14 -07:00
parent 3186223fd1
commit 01a8154ac4
2 changed files with 69 additions and 49 deletions

View file

@ -125,7 +125,6 @@
-type decoder_opts() :: [decoder_opt()].
-type decoder_opt() :: {strict, true | false}
| {stream, true | false}
| {encoding, supported_utf()}.