Hotfix geocoder merging c13ccf55da. Also minimize libraries.

This commit is contained in:
David Molineus
2018-02-06 17:09:15 +01:00
parent bf88bbca8c
commit a89b9abc96
3 changed files with 5 additions and 5 deletions

View File

@@ -89,12 +89,12 @@ module.exports = {
this._expand();
if (L.Browser.touch) {
L.DomEvent.addListener(container, 'touchstart', function(e) {
this._geocode(e);
this._geocode();
}, this);
}
else {
L.DomEvent.addListener(container, 'click', function(e) {
this._geocode(e);
this._geocode();
}, this);
}
}
@@ -1293,4 +1293,4 @@ module.exports = {
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{}]},{},[12])(12)
});
});