1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Merge pull request #3188 from Brankub/master

Fixes #3169 issue with selectOnClose errors
This commit is contained in:
Kevin Brown 2015-03-25 10:31:48 -04:00
commit cc1eefb78f

View File

@ -20,7 +20,9 @@ define([
return;
}
$highlightedResults.trigger('mouseup');
this.trigger('select', {
data: $highlightedResults.data('data')
});
};
return SelectOnClose;