summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/api/mw.echo.api.NetworkHandler.js')
-rw-r--r--Echo/modules/api/mw.echo.api.NetworkHandler.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/api/mw.echo.api.NetworkHandler.js b/Echo/modules/api/mw.echo.api.NetworkHandler.js
index 4875a001..fd204cc7 100644
--- a/Echo/modules/api/mw.echo.api.NetworkHandler.js
+++ b/Echo/modules/api/mw.echo.api.NetworkHandler.js
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function () {
/**
* Network handler for echo notifications. Manages multiple APIHandlers
* according to their sources.
@@ -76,4 +76,4 @@
mw.echo.api.NetworkHandler.prototype.setApiHandler = function ( name, handler ) {
this.handlers[ name ] = handler;
};
-}( mediaWiki, jQuery ) );
+}() );