Tweaking responseType to be an empty string, because SoundJS uses it to determine how it treats XHR objects.

This commit is contained in:
Scott Erickson 2014-12-09 15:58:25 -08:00
parent fbece1ddd0
commit e86020f3a6

View file

@ -262,7 +262,7 @@ getJasmineRequireObj().AjaxFakeRequest = function() {
responseText: null,
response: null,
responseType: null,
responseType: '',
responseValue: function() {
switch(this.responseType) {