X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.toc%2Ftoc.js;h=5781d88cebba8aed475cc6b314c2bbe1a0364e18;hp=4c201a67a1a7a2d754c945b5a7996090754094fa;hb=6f3d5a5204770b7e9076ec0c956631c32a9e1114;hpb=695d7c28fe7036e9988ce92908185ebc41238296 diff --git a/resources/src/mediawiki.toc/toc.js b/resources/src/mediawiki.toc/toc.js index 4c201a67a1..5781d88ceb 100644 --- a/resources/src/mediawiki.toc/toc.js +++ b/resources/src/mediawiki.toc/toc.js @@ -1,4 +1,4 @@ -( function ( mw, $ ) { +( function () { 'use strict'; // Table of contents toggle @@ -58,4 +58,4 @@ } ); } ); -}( mediaWiki, jQuery ) ); +}() );