fix json path

This commit is contained in:
j 2016-01-30 12:46:03 +05:30
parent 396c69333e
commit 2c6ddd8c56

View file

@ -4,7 +4,7 @@ This is probably the easiest way of displaying a complex data structure...
Ox.load('UI', function() {
Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json', function(data) {
Ox.getJSON(Ox.PATH + 'Geo/json/Geo.json', function(data) {
Ox.TreeList({data: data}).appendTo(Ox.$body);