Skip to content

Commit 599be50

Browse files
committed
linting
1 parent 0fee75b commit 599be50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can-ajax-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ if(typeof XDomainRequest === 'undefined') {
305305
data: {'message': 'VALUE'},
306306
dataType: 'application/json'
307307
}).then(function(resp){
308-
QUnit.deepEqual(headers, {"Content-Type": "application/x-www-form-urlencoded"})
308+
QUnit.deepEqual(headers, {"Content-Type": "application/x-www-form-urlencoded"});
309309

310310
restore();
311311
done();

0 commit comments

Comments
 (0)