dom-eventer
v1.2.0
Published
A utility to control the occurence of DOM eventer
Downloads
2
Readme
dom-eventer
A utility to control the occurence of DOM eventer
Example
this.eventer = new DOMEventer('brand');
this.eventer.listen(window, 'scroll', this.handleScroll);
this.eventer.removeAll();