X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.tabIndex.js;h=dab437d4f03d1094463e1a752da35eb05cd15cdc;hb=b5841ec51fd01ffa8d94670c9e14ad030c4b35ae;hp=5fb28aa34bfd1908e3367ac33bf40ba42aa61f5e;hpb=fede766fe9950e3a036c263bf17d19d31278221c;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.tabIndex.js b/resources/src/jquery/jquery.tabIndex.js index 5fb28aa34b..dab437d4f0 100644 --- a/resources/src/jquery/jquery.tabIndex.js +++ b/resources/src/jquery/jquery.tabIndex.js @@ -1,7 +1,7 @@ /** * @class jQuery.plugin.tabIndex */ -( function ( $ ) { +( function () { /** * Find the lowest tabindex in use within a selection. @@ -54,4 +54,4 @@ * @mixins jQuery.plugin.tabIndex */ -}( jQuery ) ); +}() );