This commit is contained in:
Felipe Alfonso 2018-02-14 20:04:46 -03:00
commit 8083cd9d64
3 changed files with 4 additions and 4 deletions

View file

@ -92,7 +92,7 @@ var Body = new Class({
* @name Phaser.Physics.Arcade.Body#pendingDestroy * @name Phaser.Physics.Arcade.Body#pendingDestroy
* @type {boolean} * @type {boolean}
* @default false * @default false
* @since 3.0.0 * @since 3.0.1
*/ */
this.pendingDestroy = false; this.pendingDestroy = false;

View file

@ -43,7 +43,7 @@ var Collider = new Class({
* *
* @name Phaser.Physics.Arcade.Collider#name * @name Phaser.Physics.Arcade.Collider#name
* @type {string} * @type {string}
* @since 3.0.0 * @since 3.0.1
*/ */
this.name = ''; this.name = '';
@ -116,7 +116,7 @@ var Collider = new Class({
* [description] * [description]
* *
* @method Phaser.Physics.Arcade.Collider#setName * @method Phaser.Physics.Arcade.Collider#setName
* @since 3.0.0 * @since 3.0.1
* *
* @param {string} name - [description] * @param {string} name - [description]
* *

View file

@ -383,7 +383,7 @@ var World = new Class({
* [description] * [description]
* *
* @method Phaser.Physics.Arcade.World#disableGameObjectBody * @method Phaser.Physics.Arcade.World#disableGameObjectBody
* @since 3.0.0 * @since 3.0.1
* *
* @param {Phaser.GameObjects.GameObject} object - [description] * @param {Phaser.GameObjects.GameObject} object - [description]
* *