Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / filter / filter.es6.js
index e9550dd291c5adfbc249d832c73b118f2b5604e4..330a53ff4d745e0fa48a3f33a1d5ad375c3f0cc9 100644 (file)
@@ -3,7 +3,7 @@
  * Attaches behavior for the Filter module.
  */
 
-(function ($, Drupal) {
+(function($, Drupal) {
   /**
    * Displays the guidelines of the selected text format automatically.
    *
@@ -38,4 +38,4 @@
         .trigger('change.filterGuidelines');
     },
   };
-}(jQuery, Drupal));
+})(jQuery, Drupal);