X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.lengthLimit.js;h=26f8f9b1f357d196d3379e69343e1cf28cee65c9;hb=893b698e3a03052af49779cc661b297cf27fd6e3;hp=3823395c6b27571f47bdf69203a9f2fa1ad4ba4b;hpb=15f6eff90c305d405fe4331c8a8dc8caa842e5b3;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.lengthLimit.js b/resources/src/jquery/jquery.lengthLimit.js index 3823395c6b..26f8f9b1f3 100644 --- a/resources/src/jquery/jquery.lengthLimit.js +++ b/resources/src/jquery/jquery.lengthLimit.js @@ -1,7 +1,7 @@ /** * @class jQuery.plugin.lengthLimit */ -( function ( $, mw ) { +( function () { var eventKeys = [ @@ -211,4 +211,4 @@ * @class jQuery * @mixins jQuery.plugin.lengthLimit */ -}( jQuery, mediaWiki ) ); +}() );