We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a722293 commit d7cd76eCopy full SHA for d7cd76e
1 file changed
src/loader/Loader.js
@@ -1466,7 +1466,7 @@ Phaser.Loader.prototype = {
1466
file.loaded = true;
1467
1468
var loadNext = true;
1469
- var _this = this
+ var _this = this;
1470
1471
switch (file.type)
1472
{
@@ -1735,7 +1735,7 @@ Phaser.Loader.prototype = {
1735
console.warn('Invalid XML Response Type', this._fileList[index]);
1736
console.warn(this._ajax);
1737
}
1738
- data = this._ajax.responseText
+ data = this._ajax.responseText;
1739
1740
else if (this._xhr && this._xhr.responseText)
1741
0 commit comments