X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.notification.convertmessagebox.js;h=d496d7af8315b33690f237657cbdd182211d4b33;hp=5d46de60bbbb1164b7e5f972274afb8586656125;hb=6f3d5a5204770b7e9076ec0c956631c32a9e1114;hpb=589fa9248d991e5999dbdc18c22ff891bb73e87d diff --git a/resources/src/mediawiki.notification.convertmessagebox.js b/resources/src/mediawiki.notification.convertmessagebox.js index 5d46de60bb..d496d7af83 100644 --- a/resources/src/mediawiki.notification.convertmessagebox.js +++ b/resources/src/mediawiki.notification.convertmessagebox.js @@ -6,7 +6,7 @@ * @class mw.plugin.convertmessagebox * @singleton */ -( function ( mw, $ ) { +( function () { 'use strict'; /** @@ -61,4 +61,4 @@ module.exports = convertmessagebox; -}( mediaWiki, jQuery ) ); +}() );