lint fixes

This commit is contained in:
Richard Davey 2024-09-05 09:35:19 +01:00
parent b8839e4e70
commit dc714b10bd
3 changed files with 4 additions and 3 deletions

View file

@ -409,7 +409,8 @@ var FX = new Class({
pipeline = pipeline.pop();
}
if (pipeline) {
if (pipeline)
{
pipeline.controller = fx;
}

View file

@ -13,4 +13,4 @@
*
* @param {(Phaser.Types.Physics.Arcade.GameObjectWithBody|Phaser.Physics.Arcade.Body|Phaser.Tilemaps.Tile)} object1 - The first Game Object.
* @param {(Phaser.Types.Physics.Arcade.GameObjectWithBody|Phaser.Physics.Arcade.Body|Phaser.Tilemaps.Tile)} object2 - The second Game Object.
*/
*/

View file

@ -599,7 +599,7 @@ var Timeline = new Class({
}
if (event.tweenInstance)
{
{
event.tweenInstance.stop();
}
}