X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsrc%2Fmediawiki.notification.convertmessagebox.js;h=d496d7af8315b33690f237657cbdd182211d4b33;hb=c5054e0febdb216119fc8ef618a1b66d6f5eba66;hp=5d46de60bbbb1164b7e5f972274afb8586656125;hpb=b4054da0f9c2a1c23f4af93871329e39c0ab6a8f;p=lhc%2Fweb%2Fwiklou.git 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 ) ); +}() );