summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/model/mw.echo.dm.UnreadNotificationCounter.js')
-rw-r--r--Echo/modules/model/mw.echo.dm.UnreadNotificationCounter.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/model/mw.echo.dm.UnreadNotificationCounter.js b/Echo/modules/model/mw.echo.dm.UnreadNotificationCounter.js
index 3257df51..d0ccd345 100644
--- a/Echo/modules/model/mw.echo.dm.UnreadNotificationCounter.js
+++ b/Echo/modules/model/mw.echo.dm.UnreadNotificationCounter.js
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function () {
/**
* Echo notification UnreadNotificationCounter model
*
@@ -144,4 +144,4 @@
this.source = source;
};
-}( mediaWiki, jQuery ) );
+}() );