1
0
Fork 0
forked from 0x2620/oxjs

remove trailing whitespace

This commit is contained in:
rolux 2012-09-03 22:14:53 +02:00
commit 8407a88af1

View file

@ -43,7 +43,7 @@
} }
function loadJSON(callback) { function loadJSON(callback) {
var request = new XMLHttpRequest(); var request = new XMLHttpRequest();
request.open('GET', path + 'Ox/json/Ox.json?' + time, true); request.open('GET', path + 'Ox/json/Ox.json?' + time, true);
request.onreadystatechange = function() { request.onreadystatechange = function() {
if (request.readyState == 4) { if (request.readyState == 4) {