summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/CleanChanges/resources/cleanchanges.uls.js')
-rw-r--r--MLEB/CleanChanges/resources/cleanchanges.uls.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/MLEB/CleanChanges/resources/cleanchanges.uls.js b/MLEB/CleanChanges/resources/cleanchanges.uls.js
index 88631cf9..4c3ec7e9 100644
--- a/MLEB/CleanChanges/resources/cleanchanges.uls.js
+++ b/MLEB/CleanChanges/resources/cleanchanges.uls.js
@@ -1,9 +1,9 @@
-/*!
+/*
*
* @author Niklas Laxström
* @license GPL-2.0-or-later
*/
-( function ( $, mw ) {
+( function () {
'use strict';
function useULS( $trigger ) {
@@ -60,4 +60,4 @@
} );
}
} );
-}( jQuery, mediaWiki ) );
+}() );