X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.legacy%2Fprotect.js;h=829052d0bda924223b602d46213d962f0b755fb9;hp=676ddb0e60d8e5eae16be096802af83c4076a1f8;hb=2f5d88819799f077f4d3a3288dad104141692f20;hpb=52a4ffbf42c22af74e5883578cd503979781a5cb diff --git a/resources/src/mediawiki.legacy/protect.js b/resources/src/mediawiki.legacy/protect.js index 676ddb0e60..829052d0bd 100644 --- a/resources/src/mediawiki.legacy/protect.js +++ b/resources/src/mediawiki.legacy/protect.js @@ -1,5 +1,5 @@ /* eslint-disable no-restricted-properties */ -( function ( mw, $ ) { +( function () { var ProtectionForm, reasonCodePointLimit = mw.config.get( 'wgCommentCodePointLimit' ), reasonByteLimit = mw.config.get( 'wgCommentByteLimit' ); @@ -257,4 +257,4 @@ $( ProtectionForm.init.bind( ProtectionForm ) ); -}( mediaWiki, jQuery ) ); +}() );