eslint: Re-enable valid-jsdoc and make a pass
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.notification.js
index 6c6f560..926f8c5 100644 (file)
@@ -23,6 +23,8 @@
         * @alternateClassName mw.Notification
         * @constructor
         * @private
+        * @param {mw.Message|jQuery|HTMLElement|string} message
+        * @param {Object} options
         */
        function Notification( message, options ) {
                var $notification, $notificationContent;