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
|
|
@ -63,7 +63,7 @@ Ox.MapMarker = function(options) {
|
|||
bounds = bounds.union(that.place.bounds);
|
||||
southWest = bounds.getSouthWest();
|
||||
northEast = bounds.getNorthEast();
|
||||
that.map.newPlace(Ox.MapPlace({
|
||||
that.map.newPlace(new Ox.MapPlace({
|
||||
// fixme: duplicated, see Ox.Map.js
|
||||
alternativeNames: [],
|
||||
countryCode: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue