diff --git a/src/gameobjects/components/FX.js b/src/gameobjects/components/FX.js index 6296aaa9a..de28da0a8 100644 --- a/src/gameobjects/components/FX.js +++ b/src/gameobjects/components/FX.js @@ -19,7 +19,6 @@ var SpliceOne = require('../../utils/array/SpliceOne'); * * @param {Phaser.GameObjects.GameObject} gameObject - A reference to the Game Object that owns this FX Component. * @param {boolean} isPost - Is this a Pre or Post FX Component? -+- * */ var FX = new Class({