Skip to content

Commit 7b9ecbc

Browse files
author
Jason Saelhof
committed
Fix type of createjs.Ticker.paused
1 parent fa8d968 commit 7b9ecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easeljs/easeljs.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ declare module createjs {
925925
static framerate: number;
926926
static interval: number;
927927
static maxDelta: number;
928-
static paused: number;
928+
static paused: boolean;
929929
static RAF: string;
930930
static RAF_SYNCHED: string;
931931
static TIMEOUT: string;

0 commit comments

Comments
 (0)