only trigger value not other values that might be in data

This commit is contained in:
j 2014-02-24 15:47:53 +00:00
parent 120f285557
commit 37f3ca1f47

View file

@ -1336,7 +1336,7 @@ Ox.Map = function(options, self) {
setStatus(place);
});
}
that.triggerEvent('find', data);
that.triggerEvent('find', {value: data.value});
}
function tilesLoaded() {