Skip to content

Commit 16c5267

Browse files
committed
fixed implicit any
1 parent c0bb2b1 commit 16c5267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jasmine-ajax/jasmine-ajax.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ interface JasmineAjaxParamParser {
6262
}
6363

6464
declare class MockAjax {
65-
constructor(globals);
65+
constructor(globals: any);
6666

6767
install(): void;
6868
uninstall(): void;

0 commit comments

Comments
 (0)