live update marker

This commit is contained in:
rolux 2011-06-01 16:36:53 +02:00
parent 21110a5242
commit 805034673f

View file

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