minor changes
This commit is contained in:
parent
8e68992ea0
commit
137944a1a7
6 changed files with 10 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue