summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/api/mw.echo.api.ForeignAPIHandler.js')
-rw-r--r--Echo/modules/api/mw.echo.api.ForeignAPIHandler.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/api/mw.echo.api.ForeignAPIHandler.js b/Echo/modules/api/mw.echo.api.ForeignAPIHandler.js
index b1da5e82..16d19a8b 100644
--- a/Echo/modules/api/mw.echo.api.ForeignAPIHandler.js
+++ b/Echo/modules/api/mw.echo.api.ForeignAPIHandler.js
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function () {
/**
* Foreign notification API handler
*
@@ -41,4 +41,4 @@
return $.extend( {}, this.typeParams[ type ], params );
};
-}( mediaWiki, jQuery ) );
+}() );