add readme addresses #117

This commit is contained in:
iampeterbanjo
2016-10-30 08:29:32 +01:00
parent 3515d4f648
commit 4b96f89caa
2 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,4 @@
function getJSON(url, callback) {
var one, two
let xhr = new XMLHttpRequest();
xhr.onload = function() {
callback(this.responseText);