1
0
Fork 0
forked from 0x2620/oxjs

more functionality for ListCalendar

This commit is contained in:
rlx 2011-10-10 12:38:54 +00:00
commit d2972cd526
5 changed files with 61 additions and 53 deletions

View file

@ -92,8 +92,8 @@ Ox.ListMap = function(options, self) {
},
{
id: 'geoname',
map: function(v) {
var names = v.split(', ');
map: function(value) {
var names = value.split(', ');
if (!Ox.getCountryByGeoname(names[names.length - 1])) {
names.push('~');
}