ESLint fix

This commit is contained in:
photonstorm 2017-07-04 16:10:51 +01:00
parent f79db37cda
commit 5cb2dbc3f8

View file

@ -74,7 +74,7 @@ var EffectLayer = new Class({
{
if (this.dstRenderTarget)
{
this.dstRenderTarget.clearAlpha = alpha;
this.dstRenderTarget.clearAlpha = alpha;
}
},