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',
|
dataType: 'text',
|
||||||
success: success,
|
success: success,
|
||||||
complete: complete,
|
complete: complete,
|
||||||
error: error,
|
error: error
|
||||||
});
|
});
|
||||||
request = mostRecentAjaxRequest();
|
request = mostRecentAjaxRequest();
|
||||||
response = {status: 200, contentType: "text/html", responseText: "OK!"};
|
response = {status: 200, contentType: "text/html", responseText: "OK!"};
|
||||||
|
Loading…
Reference in New Issue
Block a user