summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/ui/mw.echo.ui.SingleNotificationItemWidget.js')
-rw-r--r--Echo/modules/ui/mw.echo.ui.SingleNotificationItemWidget.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/ui/mw.echo.ui.SingleNotificationItemWidget.js b/Echo/modules/ui/mw.echo.ui.SingleNotificationItemWidget.js
index e82ae161..405ccd18 100644
--- a/Echo/modules/ui/mw.echo.ui.SingleNotificationItemWidget.js
+++ b/Echo/modules/ui/mw.echo.ui.SingleNotificationItemWidget.js
@@ -1,4 +1,4 @@
-( function ( mw ) {
+( function () {
/**
* Single notification item widget for echo popup.
*
@@ -98,4 +98,4 @@
this.toggleRead( this.model.isRead() );
this.toggleSeen( this.model.isSeen() );
};
-}( mediaWiki ) );
+}() );