only trigger value not other values that might be in data
This commit is contained in:
parent
120f285557
commit
37f3ca1f47
1 changed files with 1 additions and 1 deletions
|
@ -1336,7 +1336,7 @@ Ox.Map = function(options, self) {
|
||||||
setStatus(place);
|
setStatus(place);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
that.triggerEvent('find', data);
|
that.triggerEvent('find', {value: data.value});
|
||||||
}
|
}
|
||||||
|
|
||||||
function tilesLoaded() {
|
function tilesLoaded() {
|
||||||
|
|
Loading…
Reference in a new issue