diff --git a/jasmine/jasmine.d.ts b/jasmine/jasmine.d.ts index 2c6e836d2b..2ff32afb70 100644 --- a/jasmine/jasmine.d.ts +++ b/jasmine/jasmine.d.ts @@ -21,7 +21,7 @@ declare function expect(actual: any): jasmine.Matchers; declare function spyOn(object: any, method: string): jasmine.Spy; declare function runs(asyncMethod: Function): void; -declare function waitsFor(latchMethod: () => boolean, failureMessage: string, timeout?: number): void; +declare function waitsFor(latchMethod: () => boolean, failureMessage?: string, timeout?: number): void; declare function waits(timeout?: number): void; declare module jasmine {