From 274f7b15a13589105d5bfc6524b60ac6801a812b Mon Sep 17 00:00:00 2001 From: Amire80 Date: Thu, 22 Mar 2018 11:02:29 +0200 Subject: [PATCH] Add documentation for the event argument --- src/jquery.uls.core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index b900b25..6bd01ea 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -287,6 +287,7 @@ /** * On select handler for search results * @param {string} langCode + * @param {Object} event The jQuery click event */ select: function ( langCode, event ) { this.hide();