X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery.spinner%2Fspinner.js;h=50246886771847ed5e1549dbc7b589c62f201dff;hb=6f3d5a5204770b7e9076ec0c956631c32a9e1114;hp=9079cc09b77595ccd023d9feae6f91d5c28d5e8e;hpb=e85682ed109e13432f8ee376e16eb89325f05373;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery.spinner/spinner.js b/resources/src/jquery.spinner/spinner.js index 9079cc09b7..5024688677 100644 --- a/resources/src/jquery.spinner/spinner.js +++ b/resources/src/jquery.spinner/spinner.js @@ -5,7 +5,7 @@ * * @class jQuery.plugin.spinner */ -( function ( $ ) { +( function () { // Default options for new spinners, // stored outside the function to share between calls. @@ -111,4 +111,4 @@ * @mixins jQuery.plugin.spinner */ -}( jQuery ) ); +}() );