From efd6a5e152dc1e625a997a2f81cb73f4b67a89af Mon Sep 17 00:00:00 2001 From: cloakedninjas Date: Fri, 28 Aug 2015 10:10:29 +0100 Subject: [PATCH] Fixing typos in transformCallbackContext --- typescript/phaser.comments.d.ts | 4 ++-- typescript/phaser.d.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/typescript/phaser.comments.d.ts b/typescript/phaser.comments.d.ts index 85b9ab7f4..338afc1bf 100644 --- a/typescript/phaser.comments.d.ts +++ b/typescript/phaser.comments.d.ts @@ -21867,7 +21867,7 @@ declare module Phaser { * 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. */ transformCallback: Function; - transformCallbackContent: any; + transformCallbackContext: any; /** * The minimum scale this Game Object will scale down to. @@ -23649,7 +23649,7 @@ declare module Phaser { * 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. */ transformCallback: Function; - transformCallbackContent: any; + transformCallbackContext: any; /** * The world coordinates of this Game Object in pixels. diff --git a/typescript/phaser.d.ts b/typescript/phaser.d.ts index 3de9d1347..2b96bbcdf 100644 --- a/typescript/phaser.d.ts +++ b/typescript/phaser.d.ts @@ -3998,7 +3998,7 @@ declare module Phaser { top: number; type: number; transformCallback: Function; - transformCallbackContent: any; + transformCallbackContext: any; scaleMin: Phaser.Point; scaleMax: Phaser.Point; updateAnimation: Function; @@ -4279,7 +4279,7 @@ declare module Phaser { type: number; tintedTexture: HTMLCanvasElement; transformCallback: Function; - transformCallbackContent: any; + transformCallbackContext: any; world: Phaser.Point; x: number; y: number;