diff --git a/source/Ox.UI/js/Map/Map.js b/source/Ox.UI/js/Map/Map.js index d850d902..fe71b658 100644 --- a/source/Ox.UI/js/Map/Map.js +++ b/source/Ox.UI/js/Map/Map.js @@ -117,7 +117,7 @@ Ox.Map = function(options, self) { .triggerEvent('submit', {value: self.options.find}); }, height: function() { - that.$element.css({height: self.options.height + 'px'}); + that.css({height: self.options.height + 'px'}); that.resizeMap(); }, places: function() { @@ -158,7 +158,7 @@ Ox.Map = function(options, self) { // ... }, width: function() { - that.$element.css({width: self.options.width + 'px'}); + that.css({width: self.options.width + 'px'}); that.resizeMap(); } }) @@ -367,7 +367,7 @@ Ox.Map = function(options, self) { src: Ox.PATH + 'Ox.Geo/png/icons/16/NTHH.png' }) .css({float: 'left', margin: '4px 2px 4px 4px'}) - .appendTo(self.$statusbar.$element); + .appendTo(self.$statusbar); self.$placeNameInput = Ox.Input({ placeholder: 'Name', width: 96