Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.13 KB

event-dom

event registration and fire across browsers

modulex-event-dom NPM downloads Build Status Coverage Status Dependency Status Bower version node version

browser support

example

modulex.use(['event-dom'],function(Event){
    Event.on(document.getElementById('t'),'click',function(){
    });
});