This commit is contained in:
rolux 2011-06-01 16:04:50 +02:00
parent 5f985fb22e
commit 0fe05d88e6

View file

@ -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;
});