Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / color / tests / modules / color_test / themes / color_test_theme / js / color_test_theme-fontsize.es6.js
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
new file mode 100644 (file)
index 0000000..1095df1
--- /dev/null
@@ -0,0 +1,7 @@
+/**
+ * @file
+ * Adds javascript functions for font resizing.
+ */
+(function ($) {
+  $(document).ready(() => {});
+}(jQuery));