1
0
Fork 0
forked from 0x2620/oxjs

improve listmap editing functionality

This commit is contained in:
rolux 2011-05-24 12:44:34 +02:00
commit 02442a24f7
6 changed files with 81 additions and 56 deletions

View file

@ -9,6 +9,7 @@ Ox.load('UI', {
height: window.innerHeight,
places: Ox.map(Ox.COUNTRIES, function(place) {
return {
alternativeNames: place.googleName ? [place.googleName] : [],
area: place.area,
countryCode: place.code,
editable: true,