minor changes

This commit is contained in:
rolux 2011-11-30 15:56:01 +01:00
commit 137944a1a7
6 changed files with 10 additions and 2 deletions

View file

@ -138,6 +138,8 @@ Ox.PlacePicker = function(options, self) {
self.$map = Ox.Map({
clickable: true,
id: self.options.id + 'Map',
// fixme: this is retarded, allow for map without places
places: [{south: -85, west: -179, north: -85, east: 179}]
//places: [self.options.value]
})
.css({