We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242e3cc commit b29d2b8Copy full SHA for b29d2b8
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
{
@@ -1734,7 +1734,7 @@ Phaser.Loader.prototype = {
1734
console.warn('Invalid XML Response Type', this._fileList[index]);
1735
console.warn(this._ajax);
1736
}
1737
- data = this._ajax.responseText
+ data = this._ajax.responseText;
1738
1739
else if (this._xhr && this._xhr.responseText) {
1740
if (this._xhr.responseType !== '' && this._xhr.responseType !== 'text')
0 commit comments