Oops, forgot comma.

This commit is contained in:
FrozenCow 2011-02-05 19:51:06 +01:00
parent 14a3d32205
commit 711341ec47

View File

@ -323,7 +323,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 {