typo
This commit is contained in:
parent
5f985fb22e
commit
0fe05d88e6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue