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
* @type {boolean}
* @default false
* @since 3.0.0
* @since 3.0.1
*/
this.pendingDestroy = false;

View file

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

View file

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