mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Fix type of createjs.Ticker.paused
This commit is contained in:
2
easeljs/easeljs.d.ts
vendored
2
easeljs/easeljs.d.ts
vendored
@@ -925,7 +925,7 @@ declare module createjs {
|
||||
static framerate: number;
|
||||
static interval: number;
|
||||
static maxDelta: number;
|
||||
static paused: number;
|
||||
static paused: boolean;
|
||||
static RAF: string;
|
||||
static RAF_SYNCHED: string;
|
||||
static TIMEOUT: string;
|
||||
|
||||
Reference in New Issue
Block a user