Skip to content

Commit dc2f615

Browse files
committed
Change JSDoc @type from any to Phaser.FacebookInstantGamesPlugin
This matches the definition in Phaser.Game
1 parent b8e681e commit dc2f615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scene/Systems.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var Systems = new Class({
5858
* The Facebook Instant Games Plugin.
5959
*
6060
* @name Phaser.Scenes.Systems#facebook
61-
* @type {any}
61+
* @type {Phaser.FacebookInstantGamesPlugin}
6262
* @since 3.12.0
6363
*/
6464
this.facebook;

0 commit comments

Comments
 (0)