Merge pull request #2879 from ngscheurich/master

Change return type of Phaser.Group#next to `any`
This commit is contained in:
Richard Davey 2016-11-24 01:34:05 +00:00 committed by GitHub
commit 98c932e7c4

View file

@ -1812,7 +1812,7 @@ declare module Phaser {
moveDown(child: any): any;
moveUp(child: any): any;
multiplyAll(property: string, amount: number, checkAlive: boolean, checkVisible: boolean): void;
next(): void;
next(): any;
postUpdate(): void;
preUpdate(): void;
previous(): void;