X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.hidpi.js;h=025e6c23e1c90e992d16dcaf46dcd86a93f7ec62;hp=7a7109cbc3013847e85918e1bbf74484253ad17e;hb=add9bd191fd4d16250b301208600854cb52f6b33;hpb=8889c6a80c22db0687f7ed8f9cc7f9f5f985b584 diff --git a/resources/src/jquery/jquery.hidpi.js b/resources/src/jquery/jquery.hidpi.js index 7a7109cbc3..025e6c23e1 100644 --- a/resources/src/jquery/jquery.hidpi.js +++ b/resources/src/jquery/jquery.hidpi.js @@ -9,7 +9,7 @@ * * @class jQuery.plugin.hidpi */ -( function ( $ ) { +( function () { /** * Get reported or approximate device pixel ratio. @@ -174,4 +174,4 @@ * @mixins jQuery.plugin.hidpi */ -}( jQuery ) ); +}() );