shawnmclean / Idle.js

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

Stop feature #12

Closed rchasman closed 10 years ago

rchasman commented 10 years ago

Stop functionality has been added. Moved the listener inits to start() and created a reference to them in the constructor so that stop() can clear them and then start() will restart them.