diff --git a/source/UI/js/Map/MapEditor.js b/source/UI/js/Map/MapEditor.js index 54b0cd59..e6fc09ea 100644 --- a/source/UI/js/Map/MapEditor.js +++ b/source/UI/js/Map/MapEditor.js @@ -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',