Make cell! private

This commit is contained in:
oakes
2014-09-22 22:21:25 -04:00
parent e171777a2e
commit b58b2155bb

View File

@@ -58,7 +58,7 @@ based on the file at `path`.
[k]
(u/gdx-field :scenes :scene2d :utils :Align (u/key->camel k)))
(defn cell!
(defn ^:private cell!
"Calls methods on a [Cell](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/scenes/scene2d/ui/Cell.html)."
[^Cell cell & args]
(let [method (first args)