Check method exists before calling
This commit is contained in:
parent
ea77f37ef2
commit
5066b10d41
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ PIXI.SpriteSheetLoader.prototype.load = function()
|
|||
}
|
||||
|
||||
this.ajaxRequest.open("GET", this.url, true)
|
||||
this.ajaxRequest.overrideMimeType("application/json");
|
||||
if (this.ajaxRequest.overrideMimeType) this.ajaxRequest.overrideMimeType("application/json");
|
||||
this.ajaxRequest.send(null)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue