1
0
Fork 0
forked from 0x2620/oxjs

allow for editing of alternative names

This commit is contained in:
rolux 2011-05-30 10:46:12 +02:00
commit c99e7af1bd
4 changed files with 37 additions and 19 deletions

View file

@ -180,8 +180,8 @@ Ox.load('Geo', function() {
})
.bindEvent({
geocode: function(event, data) {
Ox.print(event)
Ox.print(JSON.stringify(data))
//Ox.print(data);
Ox.print(JSON.stringify(data.results))
}
})
.appendTo(Ox.UI.$body);