exports pow/2 from jsx_utils

This commit is contained in:
alisdair sullivan 2011-07-04 16:31:31 -07:00
parent e20e6746a2
commit 51eb579f86

View file

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