Skip to content

Commit

Permalink
Fixed an error with test.
Browse files Browse the repository at this point in the history
  • Loading branch information
odekopoon committed Jan 23, 2015
1 parent 955dc99 commit 027714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fx_clj/example_enlive.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(defn test-view []
(let [view (FXMLLoader/load
(io/resource "fx_clj/example_enlive.fxml"))]
(fx/at view
(fx/at! view
"#my-btn"
{:on-action
(fn [e] (println "Got clicked!"))})
Expand Down

0 comments on commit 027714e

Please sign in to comment.