update map
This commit is contained in:
parent
408280e741
commit
a369d0170d
3 changed files with 11 additions and 4 deletions
|
|
@ -149,7 +149,8 @@ Ox.MapPlace = function(options) {
|
|||
|
||||
// fixme: make this an Ox.Element to get options handling for free?
|
||||
that.options = function(options) {
|
||||
Ox.forEach(function(value, key) {
|
||||
options = Ox.makeOptions(arguments);
|
||||
Ox.forEach(options, function(value, key) {
|
||||
that.key = value;
|
||||
});
|
||||
update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue