Skip to content

Commit 7008942

Browse files
Pixi Minor change for 2.2.8
1 parent c350d21 commit 7008942

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

typescript/pixi.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for PIXI 2.2.7 2015-03-03
1+
// Type definitions for PIXI 2.2.8 2015-03-24
22
// Project: https://github.com/GoodBoyDigital/pixi.js/
33

44
declare module PIXI {
@@ -134,6 +134,7 @@ declare module PIXI {
134134
dropShadowDistance?: number;
135135
fill?: string;
136136
font?: string;
137+
lineJoin?: string;
137138
stroke?: string;
138139
strokeThickness?: number;
139140
wordWrap?: boolean;
@@ -677,7 +678,7 @@ declare module PIXI {
677678
target: Sprite;
678679
originalEvent: Event;
679680

680-
getLocalPosition(displayObject: DisplayObject): Point;
681+
getLocalPosition(displayObject: DisplayObject, point?: Point, globalPos?: Point): Point;
681682

682683
}
683684

0 commit comments

Comments
 (0)