removed types and specs, since they are not supported in the default erlang's some linux distros supply

This commit is contained in:
alisdair sullivan 2010-08-25 21:28:13 -07:00
parent d58fc57ab4
commit 203ec6e5e0
15 changed files with 21 additions and 202 deletions

View file

@ -26,13 +26,6 @@
%% should take that into account
-include("./include/jsx_common.hrl").
-spec parser(OptsList::jsx_opts()) -> jsx_parser().
%% opts record for decoder
-record(opts, {
comments = false,