This commit is contained in:
rolux 2011-06-01 16:34:26 +02:00
commit 21110a5242
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ Ox.MapPlace = function(options) {
that.options = function(options) {
options = Ox.makeObject(arguments);
Ox.forEach(options, function(value, key) {
that.key = value;
that[key] = value;
});
Ox.print('map place options', that)
update(true);