summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/ui/mw.echo.ui.FooterNoticeWidget.js')
-rw-r--r--Echo/modules/ui/mw.echo.ui.FooterNoticeWidget.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/ui/mw.echo.ui.FooterNoticeWidget.js b/Echo/modules/ui/mw.echo.ui.FooterNoticeWidget.js
index 185c3aec..812df064 100644
--- a/Echo/modules/ui/mw.echo.ui.FooterNoticeWidget.js
+++ b/Echo/modules/ui/mw.echo.ui.FooterNoticeWidget.js
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function () {
/**
* Footer notice widget.
*
@@ -77,4 +77,4 @@
this.toggle( false );
this.emit( 'dismiss' );
};
-}( mediaWiki, jQuery ) );
+}() );