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=fe94275c8fcfc248a5eae857dde7c5772d993ab5;hpb=3289f612b7b488bd6a92e9d1656cb6729d1b7cf7 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 ) ); +}() );