plumatic / dommy

A tiny ClojureScript DOM manipulation and event library
759 stars 74 forks source link

Google Closure events #20

Closed beandipper closed 11 years ago

beandipper commented 11 years ago

Wondering if it would be better to use Google Closures Events for the listenors which has good cross-browser support.

-See here https://developers.google.com/closure/library/docs/events_tutorial

aria42 commented 11 years ago

Dommy's supported browser set includes >= IE8 and the latest and two most recent major versions of Firefox, Chrome, and Safari. I believe this covers 95% of browsers. For these browsers, we haven't run into significant cross-browser event issues. What in particular are you facing?