I have an event handler called some-handler and an event called someevent, the following works when doing this in javascript,
window.onsomeevent = space.some_handler;
I have been working in search engines for almost an hour, but cannot find how to do this in clojurescript?
source share