From 1e55fb3e97e7c128539fbd5170a1e138fb8078e7 Mon Sep 17 00:00:00 2001 From: Simon VDB Date: Thu, 24 Jan 2019 09:02:56 +0100 Subject: [PATCH] [gsap] Make paramater `suppressEvents` optional --- types/gsap/Timeline.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/gsap/Timeline.d.ts b/types/gsap/Timeline.d.ts index 60292e354d..232d2ed9a3 100644 --- a/types/gsap/Timeline.d.ts +++ b/types/gsap/Timeline.d.ts @@ -85,7 +85,7 @@ declare namespace gsap { removeLabel(label: string): any; /** Jumps to a specific time (or label) without affecting whether or not the instance is paused or reversed. */ - seek(position: string | number, supressEvents: boolean): TimelineLite; + seek(position: string | number, supressEvents?: boolean): TimelineLite; /** * Adds a zero-duration tween to the end of the timeline (or elsewhere using the "position" parameter) that sets values immediately (when the virtual playhead reaches that