mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Merge pull request #5562 from jsaelhof/master
Fix type of createjs.Ticker.paused
This commit is contained in:
Vendored
+1
-1
@@ -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