mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
angularjs.d.ts: fixed implicit any errors
Signed-off-by: Ben Jackman <ben@jackman.biz>
This commit is contained in:
Vendored
+1
-1
@@ -36,7 +36,7 @@ declare module ng {
|
||||
element: JQueryStatic;
|
||||
equals(value1: any, value2: any): boolean;
|
||||
extend(destination: any, ...sources: any[]): any;
|
||||
forEach(obj: any, iterator: (value, key) => any, context?: any): any;
|
||||
forEach(obj: any, iterator: (value: any, key: any) => any, context?: any): any;
|
||||
fromJson(json: string): any;
|
||||
identity(arg?: any): any;
|
||||
injector(modules?: any[]): auto.IInjectorService;
|
||||
|
||||
Reference in New Issue
Block a user