From 325a68767e06f6171508a4233531c503e8f5379d Mon Sep 17 00:00:00 2001 From: lucap86 Date: Wed, 23 Nov 2016 15:09:40 +0100 Subject: [PATCH] added removePause method to TimelineMax fiexd getLabelsArray return type --- greensock/greensock.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greensock/greensock.d.ts b/greensock/greensock.d.ts index e9d8c5cc5f..65f7ee52e7 100644 --- a/greensock/greensock.d.ts +++ b/greensock/greensock.d.ts @@ -44,7 +44,7 @@ declare type TweenConfig = { autoCSS?: boolean; callbackScope?: Object; } - + //com.greensock.core declare class Animation { static ticker: IDispatcher;