Fixed case of @readOnly annotations in BitmapText and DynamicBitmapText.

This commit is contained in:
Chris Andrew 2018-06-06 16:34:49 +01:00
parent 96d750bb60
commit c9d4ff9f83
2 changed files with 4 additions and 3 deletions

View file

@ -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: {

View file

@ -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: {