Skip to content

Commit 2124365

Browse files
committed
Updated TS defs.
1 parent 177d51f commit 2124365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4227,7 +4227,7 @@ declare module Phaser {
42274227
halt(): void;
42284228
has(listener: Function, context?: any): boolean;
42294229
remove(listener: Function, context?: any): Function;
4230-
removeAll(): void;
4230+
removeAll(context?: any): void;
42314231
toString(): string;
42324232
validateListener(listener: Function, fnName: string): void;
42334233

0 commit comments

Comments
 (0)