Skip to content

Commit a90e78d

Browse files
committed
Finished UpdateList and RetroFont.Config documentation.
1 parent 4aaf071 commit a90e78d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/gameobjects/UpdateList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ var UpdateList = new Class({
231231
* @method Phaser.GameObjects.UpdateList#removeAll
232232
* @since 3.0.0
233233
*
234-
* @return {Phaser.GameObjects.UpdateList} The UpdateList object.
234+
* @return {Phaser.GameObjects.UpdateList} This UpdateList.
235235
*/
236236
removeAll: function ()
237237
{
@@ -285,7 +285,7 @@ var UpdateList = new Class({
285285
},
286286

287287
/**
288-
* [description]
288+
* The length of the list.
289289
*
290290
* @name Phaser.GameObjects.UpdateList#length
291291
* @type {integer}

src/gameobjects/bitmaptext/RetroFont.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var Extend = require('../../utils/object/Extend');
1010
/**
1111
* @typedef {object} Phaser.GameObjects.RetroFont.Config
1212
*
13-
* @property {string} image - [description]
13+
* @property {string} image - The key of the image containing the font.
1414
* @property {number} offset.x - If the font set doesn't start at the top left of the given image, specify the X coordinate offset here.
1515
* @property {number} offset.y - If the font set doesn't start at the top left of the given image, specify the Y coordinate offset here.
1616
* @property {number} width - The width of each character in the font set.

0 commit comments

Comments
 (0)