Skip to content

Commit d7cd76e

Browse files
committed
More cosmetic changes
1 parent a722293 commit d7cd76e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/loader/Loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ Phaser.Loader.prototype = {
14661466
file.loaded = true;
14671467

14681468
var loadNext = true;
1469-
var _this = this
1469+
var _this = this;
14701470

14711471
switch (file.type)
14721472
{
@@ -1735,7 +1735,7 @@ Phaser.Loader.prototype = {
17351735
console.warn('Invalid XML Response Type', this._fileList[index]);
17361736
console.warn(this._ajax);
17371737
}
1738-
data = this._ajax.responseText
1738+
data = this._ajax.responseText;
17391739
}
17401740
else if (this._xhr && this._xhr.responseText)
17411741
{

0 commit comments

Comments
 (0)