Updated JSDocs

This commit is contained in:
Richard Davey 2020-09-11 15:16:37 +01:00
parent 111702b820
commit 60e311afe5

View file

@ -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';