summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/ui/mw.echo.ui.js')
-rw-r--r--Echo/modules/ui/mw.echo.ui.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/ui/mw.echo.ui.js b/Echo/modules/ui/mw.echo.ui.js
index 12f39607..00f45316 100644
--- a/Echo/modules/ui/mw.echo.ui.js
+++ b/Echo/modules/ui/mw.echo.ui.js
@@ -1,7 +1,7 @@
-( function ( mw, $ ) {
+( function () {
mw.echo = mw.echo || {};
mw.echo.ui = {
$overlay: $( '<div>' )
.addClass( 'mw-echo-ui-overlay' )
};
-}( mediaWiki, jQuery ) );
+}() );