X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcolor%2Ftests%2Fmodules%2Fcolor_test%2Fthemes%2Fcolor_test_theme%2Fjs%2Fcolor_test_theme-fontsize.es6.js;fp=web%2Fcore%2Fmodules%2Fcolor%2Ftests%2Fmodules%2Fcolor_test%2Fthemes%2Fcolor_test_theme%2Fjs%2Fcolor_test_theme-fontsize.es6.js;h=33076ac901ebcd3a7e4f4d2b6f20292df9df1764;hp=1095df1bff62b17d863efa29552b543720e555cc;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.es6.js b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.es6.js index 1095df1bf..33076ac90 100644 --- a/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.es6.js +++ b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.es6.js @@ -2,6 +2,6 @@ * @file * Adds javascript functions for font resizing. */ -(function ($) { +(function($) { $(document).ready(() => {}); -}(jQuery)); +})(jQuery);