Dumb question: how do I do Javascript assignment in Clojurescript ? I'm using a Javascript lib and need to set the value of an object's field like obj.this=that; - I don't know Javascript so maybe there's a .set method ?
-
13Don't preemptively dis your own questions -- this wasn't inherently obvious to me either.Tim Clemons– Tim Clemons2011-10-03 18:02:07 +00:00Commented Oct 3, 2011 at 18:02
Add a comment
|