We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fee75b commit 599be50Copy full SHA for 599be50
can-ajax-test.js
@@ -305,7 +305,7 @@ if(typeof XDomainRequest === 'undefined') {
305
data: {'message': 'VALUE'},
306
dataType: 'application/json'
307
}).then(function(resp){
308
- QUnit.deepEqual(headers, {"Content-Type": "application/x-www-form-urlencoded"})
+ QUnit.deepEqual(headers, {"Content-Type": "application/x-www-form-urlencoded"});
309
310
restore();
311
done();
0 commit comments