forked from 0x2620/oxjs
Ox.Map elements need new too
This commit is contained in:
parent
cb7a7b0f5d
commit
523764c632
4 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue