remove export_all flag

This commit is contained in:
alisdair sullivan 2012-03-20 23:18:39 -07:00
parent 3a2b48db18
commit 7aab732346

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().