remove unused var
This commit is contained in:
parent
610720254d
commit
6937155dfc
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ Ox.MapMarker = function(options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setTooltip() {
|
function setTooltip() {
|
||||||
var country = Ox.getCountryByGeoname(that.place.geoname);
|
|
||||||
that.tooltip && that.tooltip.remove();
|
that.tooltip && that.tooltip.remove();
|
||||||
that.tooltip = Ox.Tooltip({
|
that.tooltip = Ox.Tooltip({
|
||||||
title: '<img src="'
|
title: '<img src="'
|
||||||
|
|
Loading…
Reference in a new issue