We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45df05 commit a17b0c2Copy full SHA for a17b0c2
1 file changed
src/textures/CanvasTexture.js
@@ -56,7 +56,7 @@ var CanvasTexture = new Class({
56
/**
57
* A reference to the Texture Source of this Canvas.
58
*
59
- * @name Phaser.Textures.CanvasTexturer#_source
+ * @name Phaser.Textures.CanvasTexture#_source
60
* @type {Phaser.Textures.TextureSource}
61
* @private
62
* @since 3.7.0
@@ -76,7 +76,7 @@ var CanvasTexture = new Class({
76
77
* The 2D Canvas Rendering Context.
78
79
- * @name Phaser.Textures.CanvasTexture#canvas
+ * @name Phaser.Textures.CanvasTexture#context
80
* @readOnly
81
* @type {CanvasRenderingContext2D}
82
0 commit comments