summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/tests/qunit/model/test_mw.echo.dm.CrossWikiNotificationItem.js')
-rw-r--r--Echo/tests/qunit/model/test_mw.echo.dm.CrossWikiNotificationItem.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/tests/qunit/model/test_mw.echo.dm.CrossWikiNotificationItem.js b/Echo/tests/qunit/model/test_mw.echo.dm.CrossWikiNotificationItem.js
index add303e2..d069d3f5 100644
--- a/Echo/tests/qunit/model/test_mw.echo.dm.CrossWikiNotificationItem.js
+++ b/Echo/tests/qunit/model/test_mw.echo.dm.CrossWikiNotificationItem.js
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function () {
var defaults = {
getModelName: 'xwiki',
getSourceNames: [],
@@ -308,4 +308,4 @@
);
} );
-}( mediaWiki, jQuery ) );
+}() );