update examples
This commit is contained in:
parent
adb3355975
commit
679dc34dfa
3 changed files with 29 additions and 34 deletions
|
|
@ -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 + 'Ox.Geo/json/Ox.Geo.json', function(data) {
|
||||
|
||||
Ox.TreeList({data: data}).appendTo(Ox.$body);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue