dribnet / strokes

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

mrhyde should implement dynamic properties in EC5 compatible way #2

Closed dribnet closed 11 years ago

dribnet commented 11 years ago

Instead of defineGetter and defineSetter, mrhyde should get into the 21st century and use Object.defineProperty() instead. A great example of this being used is deep in the frp library.