X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.confirmable.js;h=028b4b9184e5bdf88ec89202fdc5e9228d856a2e;hb=5dcaded72649241d8f8b650be0e537352fe90d63;hp=7931c8147fac3bbdf031d95e97b9ff20977759a7;hpb=c8d361a38027ef5d808225b8a83f15417248aa67;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.confirmable.js b/resources/src/jquery/jquery.confirmable.js index 7931c8147f..028b4b9184 100644 --- a/resources/src/jquery/jquery.confirmable.js +++ b/resources/src/jquery/jquery.confirmable.js @@ -7,7 +7,7 @@ * * @class jQuery.plugin.confirmable */ -( function ( $ ) { +( function () { var identity = function ( data ) { return data; }; @@ -180,4 +180,4 @@ noTitle: undefined } }; -}( jQuery ) ); +}() );