ClojureScript binding problem

2011-07-30 Thread Brian McKenna
})")) (def iframe (call field (.getEditableIframe field))) Which generates something like: iframe = field.getEditableIframe(field); Obviously emitting raw JavaScript is less than ideal. Am I missing something built-in to ClojureScript or are there any ideas for a better work ar

Re: ClojureScript binding problem

2011-08-01 Thread Brian McKenna
For anyone else with the same problem, I just found the nice way to do it: (def iframe (. field (getEditableIframe))) Much better! Thanks, Brian McKenna -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, sen