Skip to content

Commit

Permalink
Fixes #127 (was trying to send two return values...doh)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg8 committed Jan 3, 2017
1 parent 86d19a9 commit 7789d0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/re_demo/dropdowns.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@

(defn demo1
[]
[p "The dropdown above is the simple case."]
[p "It presents a list of choices and allows one to be selected, via mouse or keyboard."])
[v-box
:gap "10px"
:children [[p "The dropdown above is the simple case."]
[p "It presents a list of choices and allows one to be selected, via mouse or keyboard."]]])


(defn demo2
Expand Down

0 comments on commit 7789d0f

Please sign in to comment.