1
0
Fork 0
forked from 0x2620/oxjs

in manage places, make south/west/north/east editable directly (fixes #411)

This commit is contained in:
rlx 2012-02-21 09:37:50 +00:00
commit 8851a9c454
3 changed files with 15 additions and 50 deletions

View file

@ -125,7 +125,7 @@ Ox.MapMarker = function(options) {
that.place.update();
that.marker.setOptions({
position: that.place.center
})
});
that.place.rectangle.update();
}