Skip to content

Commit c86b5b2

Browse files
committed
Make Layer extend event emitter in the docs
1 parent 378838a commit c86b5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gameobjects/layer/Layer.js

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ var StableSort = require('../../utils/array/StableSort');
7272
* @extends Phaser.GameObjects.Components.Mask
7373
* @extends Phaser.GameObjects.Components.PostPipeline
7474
* @extends Phaser.GameObjects.Components.Visible
75+
* @extends Phaser.Events.EventEmitter
7576
*
7677
* @param {Phaser.Scene} scene - The Scene to which this Game Object belongs. A Game Object can only belong to one Scene at a time.
7778
* @param {Phaser.GameObjects.GameObject[]} [children] - An optional array of Game Objects to add to this Layer.

0 commit comments

Comments
 (0)