Version 1
[yaffs-website] / web / core / modules / color / tests / modules / color_test / themes / color_test_theme / js / color_test_theme-fontsize.js
diff --git a/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.js b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.js
new file mode 100644 (file)
index 0000000..2324281
--- /dev/null
@@ -0,0 +1,9 @@
+/**
+ * @file
+ * Adds javascript functions for font resizing.
+ */
+(function ($) {
+  'use strict';
+
+  $(document).ready(function () {});
+})(jQuery);