Skip to content

Commit 70428fd

Browse files
committed
Fixed linting errors
1 parent 17a8116 commit 70428fd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/loader/Loader.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,11 +1188,11 @@ Phaser.Loader.prototype = {
11881188
var json, xml;
11891189

11901190
try
1191-
{
1191+
{
11921192
json = JSON.parse(atlasData);
1193-
}
1193+
}
11941194
catch ( e )
1195-
{
1195+
{
11961196
xml = this.parseXml(atlasData);
11971197
}
11981198

src/loader/LoaderParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Phaser.LoaderParser = {
139139
);
140140

141141
letter.texture = new PIXI.Texture(PIXI.BaseTextureCache[cacheKey], textureRect);
142-
}
142+
}
143143
);
144144

145145
PIXI.BitmapText.fonts[cacheKey] = bitmapFontData;

0 commit comments

Comments
 (0)