From 1bac02d24f8d61eb645e2c270d129e87caeb5fba Mon Sep 17 00:00:00 2001 From: j Date: Wed, 6 Aug 2025 23:18:21 +0200 Subject: [PATCH] fixup --- source/UI/js/Map/MapEditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',