mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
lint fix
This commit is contained in:
parent
1d68b5feb7
commit
5f1c022866
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ var Group = new Class({
|
||||||
|
|
||||||
for (var i = 0; i < children.length; i++)
|
for (var i = 0; i < children.length; i++)
|
||||||
{
|
{
|
||||||
var gameObject = children[i];
|
gameObject = children[i];
|
||||||
|
|
||||||
if (gameObject.active === state)
|
if (gameObject.active === state)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue