mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Tweaking responseType to be an empty string, because SoundJS uses it to determine how it treats XHR objects.
This commit is contained in:
parent
fbece1ddd0
commit
e86020f3a6
1 changed files with 1 additions and 1 deletions
2
vendor/scripts/jasmine-mock-ajax.js
vendored
2
vendor/scripts/jasmine-mock-ajax.js
vendored
|
@ -262,7 +262,7 @@ getJasmineRequireObj().AjaxFakeRequest = function() {
|
|||
|
||||
responseText: null,
|
||||
response: null,
|
||||
responseType: null,
|
||||
responseType: '',
|
||||
|
||||
responseValue: function() {
|
||||
switch(this.responseType) {
|
||||
|
|
Loading…
Reference in a new issue