File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments