remove export_all flag

This commit is contained in:
alisdair sullivan 2012-03-20 23:18:39 -07:00
parent 863f868824
commit 0b789147a5

View file

@ -24,7 +24,6 @@
-module(jsx_encoder).
-export([encoder/3]).
-compile(export_all).
-spec encoder(Handler::module(), State::any(), Opts::jsx:opts()) -> jsx:encoder().