mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 17:28:18 +00:00
Fix lint error
This commit is contained in:
parent
1148026e69
commit
42a127832a
1 changed files with 2 additions and 1 deletions
|
@ -607,7 +607,8 @@ var LoaderPlugin = new Class({
|
|||
if (packKey)
|
||||
{
|
||||
var subPack = GetValue(pack, packKey);
|
||||
if (subPack) {
|
||||
if (subPack)
|
||||
{
|
||||
pack = { packKey: subPack };
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue