diff --git a/source/Ox.UI/js/Map/Ox.MapPlace.js b/source/Ox.UI/js/Map/Ox.MapPlace.js index 18fa7a7f..06d898be 100644 --- a/source/Ox.UI/js/Map/Ox.MapPlace.js +++ b/source/Ox.UI/js/Map/Ox.MapPlace.js @@ -151,7 +151,7 @@ Ox.MapPlace = function(options) { // fixme: make this an Ox.Element to get options handling for free? that.options = function(options) { - options = Ox.makeOptions(arguments); + options = Ox.makeObject(arguments); Ox.forEach(options, function(value, key) { that.key = value; });