Added comment on Sprite to avoid IntelliJ thinking it was deprecated

This commit is contained in:
Chris Smith
2013-11-24 19:52:16 -08:00
parent 7bca55dd1d
commit a3812e895f
+4 -1
View File
@@ -141,6 +141,9 @@ declare module createjs {
export class BitmapAnimation extends Sprite {
}
/**
* Sprite
*/
export class Sprite extends DisplayObject {
// properties
currentAnimation: string;
@@ -758,7 +761,7 @@ declare module createjs {
static dispatchEvent(eventObj: Event, target?: Object): boolean;
static hasEventListener(type: string): boolean;
}
export class TickerEvent {
// properties
target: Object;