Update tests

This commit is contained in:
Philip Bjorge
2016-01-19 21:54:58 -08:00
parent bcebb6e7e6
commit ae814b634b
2 changed files with 33 additions and 19 deletions
+2 -2
View File
@@ -123,13 +123,13 @@ declare module angular.idle {
* Updates the idle value (see IdleProvider.idle()) and
* restarts the watch if its running.
*/
setIdle(): void;
setIdle(idle: number): void;
/**
* Updates the timeout value (see IdleProvider.timeout()) and
* restarts the watch if its running.
*/
setTimeout(): void;
setTimeout(timeout: number): void;
/**
* Whether user has timed out (meaning idleDuration + timeout has passed without any activity)