We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177d51f commit 2124365Copy full SHA for 2124365
1 file changed
build/phaser.d.ts
@@ -4227,7 +4227,7 @@ declare module Phaser {
4227
halt(): void;
4228
has(listener: Function, context?: any): boolean;
4229
remove(listener: Function, context?: any): Function;
4230
- removeAll(): void;
+ removeAll(context?: any): void;
4231
toString(): string;
4232
validateListener(listener: Function, fnName: string): void;
4233
0 commit comments