fix tests in Firefox
This commit is contained in:
parent
ab9696fdd7
commit
44a94f97ea
3 changed files with 2 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ describe('http utils', function() {
|
|||
send: function() {
|
||||
var self = this;
|
||||
setTimeout(function() {
|
||||
self.response = 'test';
|
||||
self.response = [1,2,3,4];
|
||||
self.error ? self.onerror() : self.onload();
|
||||
}, 10);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue