The following code snippet does not work
headerElement (goog.dom/createDom
"div" (.strobj {"style" "background-color:#EEE"})
(:title note))
Reason:
{ ... } creates a Clojurescript map. I need a javascript object/hash.
Question:
How do I make this trivial conversion?