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
1 /**
2  * @file
3  * Adds javascript functions for font resizing.
4  */
5 (function($) {
6   $(document).ready(() => {});
7 })(jQuery);