X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fjquery.spinner%2Fspinner.js;h=50246886771847ed5e1549dbc7b589c62f201dff;hp=9079cc09b77595ccd023d9feae6f91d5c28d5e8e;hb=1de7117197761961736ea43b237599569eee93a2;hpb=51755499a7b2b4fd677bbc6a05d1b2d6c5f09a64 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 ) ); +}() );