diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 6a13d98..b900b25 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -288,10 +288,10 @@ * On select handler for search results * @param {string} langCode */ - select: function ( langCode ) { + select: function ( langCode, event ) { this.hide(); if ( this.options.onSelect ) { - this.options.onSelect.call( this, langCode ); + this.options.onSelect.call( this, langCode, event ); } },