Update angular-idle.d.ts

This commit is contained in:
Basarat Ali Syed 2015-03-12 11:37:30 +11:00
parent dca28d7057
commit 2225216464

View File

@ -5,7 +5,7 @@
/// <reference path="../angularjs/angular.d.ts" />
declare module ng.idle {
declare module angular.idle {
/**
* Used to configure the $keepalive service.
@ -131,4 +131,4 @@ declare module ng.idle {
*/
unwatch(): void;
}
}
}