Closed mnico closed 9 years ago
Hi @mnico what browser and what version of the project are you using?
I tried it in Chrome using the master branch. Here is the line https://github.com/shawnmclean/Idle.js/blob/master/build/idle.js#L61
Same here. Isn't it supposed to call start()
instead?
Went into the same issue. After checking the code, look like that we need to change startAwayTimeout() to start() on line 61 of build/idle.js.
Hi there, this library is nice. I tried to use it and i detected a problem. On Idle.prototype.onActive is still calling the function startAwayTimeout.
Thanks