1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
j 2025-08-06 23:18:21 +02:00
commit 1bac02d24f

View file

@ -54,13 +54,13 @@ Ox.MapEditor = function(options, self) {
self.$map.options({ self.$map.options({
places: self.options.places places: self.options.places
}) })
} },
selected: function() { selected: function() {
self.$list.options({selected: self.options.selected}); self.$list.options({selected: self.options.selected});
}, },
width: function() { width: function() {
self.$map.resizeMap(); self.$map.resizeMap();
}, }
}) })
.css({ .css({
width: self.options.width + 'px', width: self.options.width + 'px',