})"))
(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
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