Skip to content

Commit a3812e8

Browse files
author
Chris Smith
committed
Added comment on Sprite to avoid IntelliJ thinking it was deprecated
1 parent 7bca55d commit a3812e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

easeljs/easeljs.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ declare module createjs {
141141
export class BitmapAnimation extends Sprite {
142142
}
143143

144+
/**
145+
* Sprite
146+
*/
144147
export class Sprite extends DisplayObject {
145148
// properties
146149
currentAnimation: string;
@@ -758,7 +761,7 @@ declare module createjs {
758761
static dispatchEvent(eventObj: Event, target?: Object): boolean;
759762
static hasEventListener(type: string): boolean;
760763
}
761-
764+
762765
export class TickerEvent {
763766
// properties
764767
target: Object;

0 commit comments

Comments
 (0)