- Difference
Translate keywords from :camel-case-property -> .setCamelCaseProperty (any Named object is treated that way)
setprops, set-properties
^unroll
there have to be a possibility to add more than one listener, for example1: :+mouse.mouseUp body1 :+mouse.mouseUp body2 should add two listeners.
Possible solutions:
- Dump the map idea (properties always as lists)
- separate events from properties (properties in a map, events in list)
- separate events from properties only when merging styles (in styles.clj) (bad idea probably).