1
0
Fork 0
forked from 0x2620/oxjs

merging changes

This commit is contained in:
rolux 2011-05-30 20:57:22 +02:00
commit 7968a11116
5 changed files with 23 additions and 5 deletions

View file

@ -17,7 +17,7 @@ Ox.load('UI', {
geoname: place.name,
id: place.code,
name: place.name,
type: 'Country',
type: 'country',
lat: place.lat,
lng: place.lng,
south: place.south,
@ -26,6 +26,7 @@ Ox.load('UI', {
east: place.east
};
}),
showTypes: true,
width: window.innerWidth
})
.bindEvent({