fixup
This commit is contained in:
parent
56123e4575
commit
1bac02d24f
1 changed files with 2 additions and 2 deletions
|
|
@ -54,13 +54,13 @@ Ox.MapEditor = function(options, self) {
|
|||
self.$map.options({
|
||||
places: self.options.places
|
||||
})
|
||||
}
|
||||
},
|
||||
selected: function() {
|
||||
self.$list.options({selected: self.options.selected});
|
||||
},
|
||||
width: function() {
|
||||
self.$map.resizeMap();
|
||||
},
|
||||
}
|
||||
})
|
||||
.css({
|
||||
width: self.options.width + 'px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue