unexported pow/2 from jsx_utils, can't remember why i did that

This commit is contained in:
alisdair sullivan 2011-08-10 01:33:43 -07:00
parent 4a078bd44a
commit 59bde85780

View file

@ -23,7 +23,7 @@
-module(jsx_utils).
-export([nice_decimal/1, detect_encoding/1, detect_encoding/2, pow/2]).
-export([nice_decimal/1, detect_encoding/1, detect_encoding/2]).
-ifdef(TEST).