mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 18:28:57 +00:00
jsdoc fixes
This commit is contained in:
parent
b45df05ddb
commit
a17b0c2e6c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue