shawnmclean / Idle.js

Javascript activity library for the browser. (away, idle, etc)
Other
401 stars 59 forks source link

Avoid overriding existing event handlers #29

Closed laurynasra closed 7 years ago

laurynasra commented 7 years ago

Current implementation was not allowing to have multiple Idle instances per page. Adding handlers with addEventListener allows "infinite" number of handlers AND will not override existing one.