Remove unnecessary quote-unquote

This commit is contained in:
oakes
2014-06-19 17:23:26 -04:00
parent 52e3bcbf19
commit 5b93cc6a00
7 changed files with 17 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ based on the file at `path`.
(align :center)"
[k]
`~(u/gdx-field :scenes :scene2d :utils :Align (u/key->camel k)))
(u/gdx-field :scenes :scene2d :utils :Align (u/key->camel k)))
(defn cell!
"Calls a single method on a [Cell](https://github.com/libgdx/libgdx/blob/master/gdx/src/com/esotericsoftware/tablelayout/Cell.java)."