focuschatballoons now defaults to false.
This commit is contained in:
parent
24c9dfed41
commit
5fb098259a
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ DynMap.prototype = {
|
|||
popup.popupTime = now.getTime();
|
||||
if (!popup.infoWindow) {
|
||||
popup.infoWindow = new google.maps.InfoWindow({
|
||||
disableAutoPan: !me.options.focuschatballoons || false,
|
||||
disableAutoPan: !(me.options.focuschatballoons || false),
|
||||
content: htmlMessage
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue