IServiceProvider::$get can be array or function

This commit is contained in:
Michel Salib
2013-11-27 22:27:42 +01:00
parent a59d261c8d
commit 038f6bcb64
+1 -1
View File
@@ -20,7 +20,7 @@ declare module ng {
// All service providers extend this interface
interface IServiceProvider {
$get(...services: any[]): any;
$get: any;
}
///////////////////////////////////////////////////////////////////////////