Skip to content

Commit

Permalink
Fix documentations for PIXI.DisplayObject#childRemoved (pixijs#8582)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryiwamoto committed Aug 12, 2022
1 parent ac965dd commit fca5a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/display/src/Container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ export class Container<T extends DisplayObject = DisplayObject> extends DisplayO

/**
* Fired when a DisplayObject is removed from this Container.
* @event PIXI.DisplayObject#removedFrom
* @event PIXI.DisplayObject#childRemoved
* @param {PIXI.DisplayObject} child - The child removed from the Container.
* @param {PIXI.Container} container - The container that removed removed the child.
* @param {PIXI.Container} container - The container that removed the child.
* @param {number} index - The former children's index of the removed child
*/
}
Expand Down

0 comments on commit fca5a8e

Please sign in to comment.