Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / ckeditor / js / ckeditor.language.admin.es6.js
index f68dbd6c792d7474b2116d6adb50e160a5742ff7..5019177c3c5a2983eeb1fb6c14a601767855bb46 100644 (file)
@@ -1,10 +1,14 @@
-(function ($, Drupal) {
+(function($, Drupal) {
   /**
    * Provides the summary for the "language" plugin settings vertical tab.
    */
   Drupal.behaviors.ckeditorLanguageSettingsSummary = {
     attach() {
-      $('#edit-editor-settings-plugins-language').drupalSetSummary(context => $('#edit-editor-settings-plugins-language-language-list-type option:selected').text());
+      $('#edit-editor-settings-plugins-language').drupalSetSummary(context =>
+        $(
+          '#edit-editor-settings-plugins-language-language-list-type option:selected',
+        ).text(),
+      );
     },
   };
-}(jQuery, Drupal));
+})(jQuery, Drupal);