X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffilter%2Ffilter.es6.js;h=330a53ff4d745e0fa48a3f33a1d5ad375c3f0cc9;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=e9550dd291c5adfbc249d832c73b118f2b5604e4;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/filter/filter.es6.js b/web/core/modules/filter/filter.es6.js index e9550dd29..330a53ff4 100644 --- a/web/core/modules/filter/filter.es6.js +++ b/web/core/modules/filter/filter.es6.js @@ -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);