mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added comment on Sprite to avoid IntelliJ thinking it was deprecated
This commit is contained in:
Vendored
+4
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user