summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/tests/qunit/model/test_mw.echo.dm.NotificationItem.js')
-rw-r--r--Echo/tests/qunit/model/test_mw.echo.dm.NotificationItem.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/tests/qunit/model/test_mw.echo.dm.NotificationItem.js b/Echo/tests/qunit/model/test_mw.echo.dm.NotificationItem.js
index f49201e4..34003830 100644
--- a/Echo/tests/qunit/model/test_mw.echo.dm.NotificationItem.js
+++ b/Echo/tests/qunit/model/test_mw.echo.dm.NotificationItem.js
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function () {
var fakeData = {
type: 'alert',
read: true,
@@ -143,4 +143,4 @@
);
} );
-}( mediaWiki, jQuery ) );
+}() );