summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/ui/mw.echo.ui.PageNotificationsOptionWidget.js')
-rw-r--r--Echo/modules/ui/mw.echo.ui.PageNotificationsOptionWidget.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/ui/mw.echo.ui.PageNotificationsOptionWidget.js b/Echo/modules/ui/mw.echo.ui.PageNotificationsOptionWidget.js
index d87f0106..21116106 100644
--- a/Echo/modules/ui/mw.echo.ui.PageNotificationsOptionWidget.js
+++ b/Echo/modules/ui/mw.echo.ui.PageNotificationsOptionWidget.js
@@ -1,4 +1,4 @@
-( function ( $, mw ) {
+( function () {
/**
* An option widget for the page filter in PageFilterWidget
*
@@ -104,4 +104,4 @@
return this;
};
-}( jQuery, mediaWiki ) );
+}() );