diff --git a/source/Ox.UI/js/Map/Map.js b/source/Ox.UI/js/Map/Map.js index 0af3c136..793bb29a 100644 --- a/source/Ox.UI/js/Map/Map.js +++ b/source/Ox.UI/js/Map/Map.js @@ -1336,7 +1336,7 @@ Ox.Map = function(options, self) { setStatus(place); }); } - that.triggerEvent('find', data); + that.triggerEvent('find', {value: data.value}); } function tilesLoaded() {