X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery.tipsy%2Fjquery.tipsy.js;h=a5e51843dede7dbe26024c7064856b7da7f8a32c;hb=3353ced6cd3148de1549568ee9633a913fd5faab;hp=ddda432f32801196915ffad5a2526e96a5b1c9b5;hpb=e61f2aee418b2a2895c114e380c4738b29f682c7;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery.tipsy/jquery.tipsy.js b/resources/src/jquery.tipsy/jquery.tipsy.js index ddda432f32..a5e51843de 100644 --- a/resources/src/jquery.tipsy/jquery.tipsy.js +++ b/resources/src/jquery.tipsy/jquery.tipsy.js @@ -6,7 +6,7 @@ // * This installation of tipsy includes several local modifications to both Javascript and CSS. // Please be careful when upgrading. -( function ( mw, $ ) { +( function () { function maybeCall(thing, ctx) { return (typeof thing == 'function') ? (thing.call(ctx)) : thing; @@ -278,4 +278,4 @@ } }; -}( mediaWiki, jQuery ) ); +}() );