Skip to content

Commit

Permalink
fix default attribute handling (hoplon#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjttjj authored and burn2delete committed Jan 18, 2020
1 parent 511af8d commit e565c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hoplon/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@
(defmulti do! ns-dispatcher :default ::default)

(defmethod do! ::default
[elem key kvs]
(set-attributes! elem kvs))
[elem k v]
(set-attributes! elem k v))

(defmethod do! ::attr
[elem key kvs]
Expand Down

0 comments on commit e565c08

Please sign in to comment.