this doesn't need to be public

This commit is contained in:
Gered 2014-10-05 15:02:00 -04:00
parent 72e7593faf
commit cc6210c6f4

View file

@ -37,7 +37,7 @@
pebble-fn# (make-function f#)]
(.put (.getFunctions @engine) ~fn-name pebble-fn#)))
(defn prepare-context-map [context]
(defn- prepare-context-map [context]
(if context
(stringify-keys context)
{}))