update ui.mapFind with find value, fixes #1694

This commit is contained in:
j 2014-02-19 11:48:39 +00:00
parent be92126d22
commit 3536eba87e

View file

@ -152,6 +152,9 @@ pandora.ui.navigationView = function(type, videoRatio) {
zoombar: true
})
.bindEvent({
find: function(data) {
pandora.UI.set({mapFind: data.value});
},
resize: function() {
$element.resizeMap();
},