-
Notifications
You must be signed in to change notification settings - Fork 605
Closed
Description
Generates ugly code for example request.
Happens in "headers" attribute in settings var and console.log function (no indented).
var settings = {
"async": true,
"crossDomain": true,
"url": "http://localhost/kprod/requisitions",
"method": "GET",
"headers": {
"accept": "application/json"
}
}
$.ajax(settings).done(function (response) {
console.log(response);
});
Metadata
Metadata
Assignees
Labels
No labels