1
0
Fork 0
forked from 0x2620/oxjs

Ox.Map elements need new too

This commit is contained in:
j 2011-06-20 14:53:00 +02:00
commit 523764c632
4 changed files with 11 additions and 11 deletions

View file

@ -34,7 +34,7 @@ Ox.MapRectangle = function(options, self) {
markers <a> array of markers
@*/
that.markers = Ox.map(that.place.points, function(point, position) {
return Ox.MapRectangleMarker({
return new Ox.MapRectangleMarker({
map: that.map,
place: that.place,
position: position