summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/api/mw.echo.api.EchoApi.js')
-rw-r--r--Echo/modules/api/mw.echo.api.EchoApi.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Echo/modules/api/mw.echo.api.EchoApi.js b/Echo/modules/api/mw.echo.api.EchoApi.js
index 80163d22..f0ef5181 100644
--- a/Echo/modules/api/mw.echo.api.EchoApi.js
+++ b/Echo/modules/api/mw.echo.api.EchoApi.js
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function () {
/**
* A class defining Echo API instructions and network operations
*
@@ -60,7 +60,7 @@
*
* @param {string[]} [sources=all] Requested sources
* @return {jQuery.Promise} Promise that is resolved with an object
- * of pages with the number of unread notifications per wiki
+ * of pages with the number of unread notifications per wiki
*/
mw.echo.api.EchoApi.prototype.fetchUnreadNotificationPages = function ( sources ) {
return this.network.getApiHandler( 'local' ).fetchUnreadNotificationPages( sources )
@@ -338,4 +338,4 @@
mw.echo.api.EchoApi.prototype.getLimit = function () {
return this.limit;
};
-}( mediaWiki, jQuery ) );
+}() );