Skip to content

Commit a17b0c2

Browse files
committed
jsdoc fixes
1 parent b45df05 commit a17b0c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/textures/CanvasTexture.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var CanvasTexture = new Class({
5656
/**
5757
* A reference to the Texture Source of this Canvas.
5858
*
59-
* @name Phaser.Textures.CanvasTexturer#_source
59+
* @name Phaser.Textures.CanvasTexture#_source
6060
* @type {Phaser.Textures.TextureSource}
6161
* @private
6262
* @since 3.7.0
@@ -76,7 +76,7 @@ var CanvasTexture = new Class({
7676
/**
7777
* The 2D Canvas Rendering Context.
7878
*
79-
* @name Phaser.Textures.CanvasTexture#canvas
79+
* @name Phaser.Textures.CanvasTexture#context
8080
* @readOnly
8181
* @type {CanvasRenderingContext2D}
8282
* @since 3.7.0

0 commit comments

Comments
 (0)