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(); pipeline = pipeline.pop();
} }
if (pipeline) { if (pipeline)
{
pipeline.controller = fx; pipeline.controller = fx;
} }