summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/ui/mw.echo.ui.ClonedNotificationItemWidget.js')
-rw-r--r--Echo/modules/ui/mw.echo.ui.ClonedNotificationItemWidget.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/ui/mw.echo.ui.ClonedNotificationItemWidget.js b/Echo/modules/ui/mw.echo.ui.ClonedNotificationItemWidget.js
index 37046c7e..057638db 100644
--- a/Echo/modules/ui/mw.echo.ui.ClonedNotificationItemWidget.js
+++ b/Echo/modules/ui/mw.echo.ui.ClonedNotificationItemWidget.js
@@ -1,4 +1,4 @@
-( function ( mw ) {
+( function () {
/* global moment:false */
/**
* A wrapper widget for a fake, cloned notification. This is used
@@ -84,4 +84,4 @@
mw.echo.ui.ClonedNotificationItemWidget.prototype.resetInitiallyUnseen = function () {
};
-}( mediaWiki ) );
+}() );