From 120f2855573a91ec25637fd300709513964adc18 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 19 Feb 2014 11:47:40 +0000 Subject: [PATCH] Ox.Map: trigger find event --- source/Ox.UI/js/Map/Map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Map/Map.js b/source/Ox.UI/js/Map/Map.js index 79c22993..0af3c136 100644 --- a/source/Ox.UI/js/Map/Map.js +++ b/source/Ox.UI/js/Map/Map.js @@ -1336,6 +1336,7 @@ Ox.Map = function(options, self) { setStatus(place); }); } + that.triggerEvent('find', data); } function tilesLoaded() {