X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.colorUtil.js;h=009be1aa73c28483561df929ebed1fb05a02f186;hp=d46d0099093db854a9cde7d49f6e63968f9e01b6;hb=568631af97fdde99d1b218776c94b298c0fb171e;hpb=ee3147729028e025b177ff459a2f1670aef8a247 diff --git a/resources/src/jquery/jquery.colorUtil.js b/resources/src/jquery/jquery.colorUtil.js index d46d009909..009be1aa73 100644 --- a/resources/src/jquery/jquery.colorUtil.js +++ b/resources/src/jquery/jquery.colorUtil.js @@ -6,7 +6,7 @@ * Mostly based on other plugins and functions (linted and optimized a little). * Sources cited inline. */ -( function ( $ ) { +( function () { /** * @class jQuery.colorUtil * @singleton @@ -265,4 +265,4 @@ }; -}( jQuery ) ); +}() );