remove stray comma
This commit is contained in:
parent
fefef6c56d
commit
5008748055
@ -111,7 +111,7 @@ describe("Jasmine Mock Ajax (for jQuery)", function() {
|
||||
dataType: 'text',
|
||||
success: success,
|
||||
complete: complete,
|
||||
error: error,
|
||||
error: error
|
||||
});
|
||||
request = mostRecentAjaxRequest();
|
||||
response = {status: 200, contentType: "text/html", responseText: "OK!"};
|
||||
|
Loading…
Reference in New Issue
Block a user