mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 15:41:37 +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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue