mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
ESLint fix
This commit is contained in:
parent
1d7a576fd6
commit
075ef7bb5e
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ var SpineFile = new Class({
|
|||
|
||||
if (file.type === 'text')
|
||||
{
|
||||
atlasKey = file.key.replace(/_[\d]$/, "");
|
||||
atlasKey = file.key.replace(/_[\d]$/, '');
|
||||
|
||||
atlasCache = file.cache;
|
||||
|
||||
|
|
Loading…
Reference in a new issue