ESLint fix

This commit is contained in:
Richard Davey 2020-08-25 13:27:32 +01:00
parent 1d7a576fd6
commit 075ef7bb5e

View file

@ -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;