plumatic / dommy

A tiny ClojureScript DOM manipulation and event library
759 stars 74 forks source link

value of style attribute can be a string or a map #34

Closed mva closed 11 years ago

mva commented 11 years ago

A map is converted to a string as before, while a string is passed on unchanged. Fixes #33.

cpetzold commented 11 years ago

This looks great, thanks for adding the test too!