eslint: Re-enable valid-jsdoc and make a pass
[lhc/web/wiklou.git] / resources / src / jquery / jquery.accessKeyLabel.js
index 63b599b..f25944c 100644 (file)
         *
         * @method updateTooltipAccessKeys_getAccessKeyPrefix
         * @deprecated since 1.27 Use #getAccessKeyModifiers
+        * @param {Object} [ua] An object with a 'userAgent' and 'platform' property.
+        * @return {string}
         */
        $.fn.updateTooltipAccessKeys.getAccessKeyPrefix = function ( ua ) {
                return getAccessKeyModifiers( ua ).join( '-' ) + '-';