event-dom event registration and fire across browsers example modulex.use(['event-dom'],function(Event){ Event.on(document.getElementById('t'),'click',function(){ }); });