File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,8 +92,9 @@ Version 2.1.2 - "Whitebridge" - in development
9292
9393### Updates
9494
95- * TypeScript definitions fixes and updates (thanks @clark-stevenson @englercj )
95+ * TypeScript definitions fixes and updates (thanks @clark-stevenson @englercj @ benjamindulau )
9696* Added the ` sourceRect ` and ` maskRect ` parameters back into ` BitmapData.alphaMask ` as they were accidentally removed in 2.1 (thanks seejay92)
97+ * jsdoc fixes (thanks @danxexe #1209 )
9798
9899
99100
Original file line number Diff line number Diff line change @@ -5267,7 +5267,7 @@ declare module Phaser {
52675267 resume ( ) : void ;
52685268 sortHandler ( a : any , b : any ) : number ;
52695269 start ( startDelay ?: number ) : void ;
5270- stop ( ) : void ;
5270+ stop ( clearEvents ?: boolean ) : void ;
52715271 update ( time : number ) : boolean ;
52725272
52735273 }
You can’t perform that action at this time.
0 commit comments