X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.debug%2Fjquery.footHovzer.js;h=ef8afdfee7e2c9aa0c85f0a38ab3ba01ca1defcc;hp=091aa2543eb400bb09fa61e7a27eff23b679c0a6;hb=2f5d88819799f077f4d3a3288dad104141692f20;hpb=7793c8acc6d21c451cd5737fd6b98b1a7d9a5e00 diff --git a/resources/src/mediawiki.debug/jquery.footHovzer.js b/resources/src/mediawiki.debug/jquery.footHovzer.js index 091aa2543e..ef8afdfee7 100644 --- a/resources/src/mediawiki.debug/jquery.footHovzer.js +++ b/resources/src/mediawiki.debug/jquery.footHovzer.js @@ -2,7 +2,7 @@ * @private * @class jQuery.plugin.footHovzer */ -( function ( $ ) { +( function () { var $hovzer, footHovzer, $spacer; function getHovzer() { @@ -64,4 +64,4 @@ * @mixins jQuery.plugin.footHovzer */ -}( jQuery ) ); +}() );