Skip to content

Commit efd6a5e

Browse files
committed
Fixing typos in transformCallbackContext
1 parent 14dd1ea commit efd6a5e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

typescript/phaser.comments.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21867,7 +21867,7 @@ declare module Phaser {
2186721867
* This ability allows you to check any of the matrix values and perform actions such as clamping scale or limiting rotation, regardless of the parent transforms.
2186821868
*/
2186921869
transformCallback: Function;
21870-
transformCallbackContent: any;
21870+
transformCallbackContext: any;
2187121871

2187221872
/**
2187321873
* The minimum scale this Game Object will scale down to.
@@ -23649,7 +23649,7 @@ declare module Phaser {
2364923649
* This ability allows you to check any of the matrix values and perform actions such as clamping scale or limiting rotation, regardless of the parent transforms.
2365023650
*/
2365123651
transformCallback: Function;
23652-
transformCallbackContent: any;
23652+
transformCallbackContext: any;
2365323653

2365423654
/**
2365523655
* The world coordinates of this Game Object in pixels.

typescript/phaser.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3998,7 +3998,7 @@ declare module Phaser {
39983998
top: number;
39993999
type: number;
40004000
transformCallback: Function;
4001-
transformCallbackContent: any;
4001+
transformCallbackContext: any;
40024002
scaleMin: Phaser.Point;
40034003
scaleMax: Phaser.Point;
40044004
updateAnimation: Function;
@@ -4279,7 +4279,7 @@ declare module Phaser {
42794279
type: number;
42804280
tintedTexture: HTMLCanvasElement;
42814281
transformCallback: Function;
4282-
transformCallbackContent: any;
4282+
transformCallbackContext: any;
42834283
world: Phaser.Point;
42844284
x: number;
42854285
y: number;

0 commit comments

Comments
 (0)