Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / color / tests / modules / color_test / themes / color_test_theme / js / color_test_theme-fontsize.es6.js
index 1095df1bff62b17d863efa29552b543720e555cc..33076ac901ebcd3a7e4f4d2b6f20292df9df1764 100644 (file)
@@ -2,6 +2,6 @@
  * @file
  * Adds javascript functions for font resizing.
  */
-(function ($) {
+(function($) {
   $(document).ready(() => {});
-}(jQuery));
+})(jQuery);