angular.d.ts - Reverted window and browser services to any

This commit is contained in:
Alexandru Ciuca
2015-08-06 08:13:50 +03:00
parent 75e813a5d8
commit 66135fcdb6
+2
View File
@@ -708,6 +708,7 @@ declare module angular {
// see http://docs.angularjs.org/api/ng.$window
///////////////////////////////////////////////////////////////////////////
interface IWindowService extends Window {
[key: string]: any;
}
///////////////////////////////////////////////////////////////////////////
@@ -716,6 +717,7 @@ declare module angular {
///////////////////////////////////////////////////////////////////////////
interface IBrowserService {
defer: angular.ITimeoutService;
[key: string]: any;
}
///////////////////////////////////////////////////////////////////////////