remove trailing whitespace
This commit is contained in:
parent
0d0926cbf5
commit
8407a88af1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue