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

switched back to this instead of self

This commit is contained in:
Brankub 2015-03-25 10:07:55 +02:00
parent 2b9c8b00a7
commit 010cf29902

View File

@ -14,15 +14,13 @@ define([
};
SelectOnClose.prototype._handleSelectOnClose = function () {
var self = this;
var $highlightedResults = this.getHighlightedResults();
if ($highlightedResults.length < 1) {
return;
}
self.trigger('select', {
this.trigger('select', {
data: $highlightedResults.data('data')
});
};