From cb1af60e5afc174e5d5c361d9963e1e3fb82e6bc Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 22 Sep 2014 22:25:04 -0400 Subject: [PATCH] Revert "Make cell! private" This reverts commit b58b2155bbf435285bf5997392931cd918a5fb64. --- src/play_clj/ui.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/play_clj/ui.clj b/src/play_clj/ui.clj index 3d8dd60..83934df 100644 --- a/src/play_clj/ui.clj +++ b/src/play_clj/ui.clj @@ -58,7 +58,7 @@ based on the file at `path`. [k] (u/gdx-field :scenes :scene2d :utils :Align (u/key->camel k))) -(defn ^:private cell! +(defn 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)