mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 05:58:30 +00:00
Fixed case of @readOnly annotations in BitmapText and DynamicBitmapText.
This commit is contained in:
parent
96d750bb60
commit
c9d4ff9f83
2 changed files with 4 additions and 3 deletions
|
@ -352,7 +352,7 @@ var DynamicBitmapText = new Class({
|
|||
*
|
||||
* @name Phaser.GameObjects.DynamicBitmapText#width
|
||||
* @type {number}
|
||||
* @readonly
|
||||
* @readOnly
|
||||
* @since 3.0.0
|
||||
*/
|
||||
width: {
|
||||
|
@ -370,6 +370,7 @@ var DynamicBitmapText = new Class({
|
|||
*
|
||||
* @name Phaser.GameObjects.DynamicBitmapText#height
|
||||
* @type {number}
|
||||
* @readOnly
|
||||
* @since 3.0.0
|
||||
*/
|
||||
height: {
|
||||
|
|
|
@ -281,7 +281,7 @@ var BitmapText = new Class({
|
|||
*
|
||||
* @name Phaser.GameObjects.BitmapText#width
|
||||
* @type {number}
|
||||
* @readonly
|
||||
* @readOnly
|
||||
* @since 3.0.0
|
||||
*/
|
||||
width: {
|
||||
|
@ -300,7 +300,7 @@ var BitmapText = new Class({
|
|||
*
|
||||
* @name Phaser.GameObjects.BitmapText#height
|
||||
* @type {number}
|
||||
* @readonly
|
||||
* @readOnly
|
||||
* @since 3.0.0
|
||||
*/
|
||||
height: {
|
||||
|
|
Loading…
Add table
Reference in a new issue