forked from 0x2620/oxjs
misc fixes
This commit is contained in:
parent
565ff78139
commit
6ec375c9ce
3 changed files with 5 additions and 0 deletions
|
|
@ -162,6 +162,8 @@ Ox.MapMarker = function(options) {
|
|||
Ox.forEach(areaSize, function(size, area) {
|
||||
if (that.place.area > area) {
|
||||
that.size = size;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue