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:
Boniatillo.com 2016-07-19 08:32:34 -04:00 committed by GitHub
parent f2daaec98c
commit 3d1b10c310

View file

@ -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(){