Add Prettier

This commit is contained in:
Gregory Schier
2018-06-25 13:42:50 -04:00
parent 0ad7607ac3
commit 4901f03041
467 changed files with 16125 additions and 12289 deletions

View File

@@ -1,11 +1,11 @@
var settings = {
"async": true,
"crossDomain": true,
"url": "https://mockbin.com/har",
"method": "GET",
"headers": {}
}
async: true,
crossDomain: true,
url: 'https://mockbin.com/har',
method: 'GET',
headers: {}
};
$.ajax(settings).done(function (response) {
$.ajax(settings).done(function(response) {
console.log(response);
});