From 60e311afe52495d65e187896c902b34854f5c49d Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 11 Sep 2020 15:16:37 +0100 Subject: [PATCH] Updated JSDocs --- src/scale/events/ORIENTATION_CHANGE_EVENT.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/scale/events/ORIENTATION_CHANGE_EVENT.js b/src/scale/events/ORIENTATION_CHANGE_EVENT.js index c83e98d39..8b309bbac 100644 --- a/src/scale/events/ORIENTATION_CHANGE_EVENT.js +++ b/src/scale/events/ORIENTATION_CHANGE_EVENT.js @@ -7,9 +7,11 @@ /** * The Scale Manager Orientation Change Event. * + * This event is dispatched whenever the Scale Manager detects an orientation change event from the browser. + * * @event Phaser.Scale.Events#ORIENTATION_CHANGE * @since 3.16.1 - * - * @param {string} orientation - + * + * @param {string} orientation - The new orientation value. Either `Phaser.Scale.Orientation.LANDSCAPE` or `Phaser.Scale.Orientation.PORTRAIT`. */ module.exports = 'orientationchange';