From 3d1b10c3101a672abdf4acc1e33371d5a49e351d Mon Sep 17 00:00:00 2001 From: "Boniatillo.com" Date: Tue, 19 Jul 2016 08:32:34 -0400 Subject: [PATCH] jsdoc fix: replace #onTop for #onCeiling Modified the jsdoc of Phaser.Arcade.Body.onCeiling, by replacing the #onTop reference for #onCeiling. --- src/physics/arcade/Body.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics/arcade/Body.js b/src/physics/arcade/Body.js index 0d9c30de3..9f679e120 100644 --- a/src/physics/arcade/Body.js +++ b/src/physics/arcade/Body.js @@ -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(){