summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/model/mw.echo.dm.js')
-rw-r--r--Echo/modules/model/mw.echo.dm.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/modules/model/mw.echo.dm.js b/Echo/modules/model/mw.echo.dm.js
index 4d9e3d3f..32a99a38 100644
--- a/Echo/modules/model/mw.echo.dm.js
+++ b/Echo/modules/model/mw.echo.dm.js
@@ -1,3 +1,3 @@
-( function ( mw ) {
+( function () {
mw.echo.dm = {};
-}( mediaWiki ) );
+}() );