From a17b0c2e6cb297c76686527776bfd4aa1f440df1 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 27 Sep 2018 14:16:09 +0100 Subject: [PATCH] jsdoc fixes --- src/textures/CanvasTexture.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/textures/CanvasTexture.js b/src/textures/CanvasTexture.js index 809020627..19a587886 100644 --- a/src/textures/CanvasTexture.js +++ b/src/textures/CanvasTexture.js @@ -56,7 +56,7 @@ var CanvasTexture = new Class({ /** * A reference to the Texture Source of this Canvas. * - * @name Phaser.Textures.CanvasTexturer#_source + * @name Phaser.Textures.CanvasTexture#_source * @type {Phaser.Textures.TextureSource} * @private * @since 3.7.0 @@ -76,7 +76,7 @@ var CanvasTexture = new Class({ /** * The 2D Canvas Rendering Context. * - * @name Phaser.Textures.CanvasTexture#canvas + * @name Phaser.Textures.CanvasTexture#context * @readOnly * @type {CanvasRenderingContext2D} * @since 3.7.0