mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
jsdoc fix: replace #onTop for #onCeiling
Modified the jsdoc of Phaser.Arcade.Body.onCeiling, by replacing the #onTop reference for #onCeiling.
This commit is contained in:
parent
f2daaec98c
commit
3d1b10c310
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ Phaser.Physics.Arcade.Body.prototype = {
|
|||
/**
|
||||
* Returns true if the top of this Body is in contact with either the world bounds or a tile.
|
||||
*
|
||||
* @method Phaser.Physics.Arcade.Body#onTop
|
||||
* @method Phaser.Physics.Arcade.Body#onCeiling
|
||||
* @return {boolean} True if in contact with either the world bounds or a tile.
|
||||
*/
|
||||
onCeiling: function(){
|
||||
|
|
Loading…
Reference in a new issue