dribnet / strokes

Let's pretend d3 was written in ClojureScript.
374 stars 28 forks source link

select.text should allow keyword functions #3

Closed dribnet closed 11 years ago

dribnet commented 11 years ago

Had to do this

(.text #(:h %)))

I want to do this

(.text :h)

Make it so.

dribnet commented 11 years ago

Fixed in 4caa747

beandipper commented 11 years ago

Cool you should maybe mention this in documentation