plumatic / dommy

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

set-class! returns the class name instead of the element #100

Open dmichulke opened 8 years ago

dmichulke commented 8 years ago

Just a minor issue:

(set-class! elem class)

should return the element to allow for proper threading, currently it returns the name of class