mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Change wait() return value to Tween instead of Void
This commit is contained in:
Vendored
+1
-1
@@ -132,7 +132,7 @@ declare module createjs {
|
||||
static tick(delta: number, paused: boolean): void;
|
||||
to(props: Object, duration?: number, ease?: (amount: number) => number): Tween;
|
||||
toString(): string;
|
||||
wait(duration: number): void;
|
||||
wait(duration: number): Tween;
|
||||
|
||||
// events
|
||||
change: (event) => any;
|
||||
|
||||
Reference in New Issue
Block a user