SECURITY: resources: Patch jQuery 3.3.1 for CVE-2019-11358
[lhc/web/wiklou.git] / resources / src / mediawiki.notification / notification.js
index e8450df..cd19cb1 100644 (file)
                                        notif.$notification.remove();
                                } else {
                                        // FIXME: Use CSS transition
-                                       // eslint-disable-next-line jquery/no-slide
+                                       // eslint-disable-next-line no-jquery/no-slide
                                        notif.$notification.slideUp( 'fast', function () {
                                                $( this ).remove();
                                        } );