mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
lint fixes
This commit is contained in:
parent
b8839e4e70
commit
dc714b10bd
3 changed files with 4 additions and 3 deletions
|
@ -409,7 +409,8 @@ var FX = new Class({
|
|||
pipeline = pipeline.pop();
|
||||
}
|
||||
|
||||
if (pipeline) {
|
||||
if (pipeline)
|
||||
{
|
||||
pipeline.controller = fx;
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
*/
|
||||
|
|
|
@ -599,7 +599,7 @@ var Timeline = new Class({
|
|||
}
|
||||
|
||||
if (event.tweenInstance)
|
||||
{
|
||||
{
|
||||
event.tweenInstance.stop();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue