Fix type of createjs.Ticker.paused

This commit is contained in:
Jason Saelhof
2015-08-26 14:07:04 -06:00
parent fa8d9683f3
commit 7b9ecbce87

View File

@@ -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;