Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / ckeditor / js / ckeditor.language.admin.js
index 1b9b5a66f07eb941aaff46a7a474a31c2c103995..1d8b1cedaedae7d4bd1bfef1129ba528d5bb2180 100644 (file)
@@ -1,16 +1,16 @@
-(function ($, Drupal) {
-
-  'use strict';
+/**
+* DO NOT EDIT THIS FILE.
+* See the following change record for more information,
+* https://www.drupal.org/node/2815083
+* @preserve
+**/
 
-  /**
-   * Provides the summary for the "language" plugin settings vertical tab.
-   */
+(function ($, Drupal) {
   Drupal.behaviors.ckeditorLanguageSettingsSummary = {
-    attach: function () {
+    attach: function attach() {
       $('#edit-editor-settings-plugins-language').drupalSetSummary(function (context) {
         return $('#edit-editor-settings-plugins-language-language-list-type option:selected').text();
       });
     }
   };
-
-})(jQuery, Drupal);
+})(jQuery, Drupal);
\ No newline at end of file