Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / misc / drupal.init.es6.js
index 62cd029e46aa4a936a2c56066974a1d9a0f8c1ee..d5050f12552b0a7937a774a7a5d466b7c43d0194 100644 (file)
@@ -9,9 +9,9 @@ document.documentElement.className += ' js';
 // JavaScript should be made compatible with libraries other than jQuery by
 // wrapping it in an anonymous closure.
 
-(function (domready, Drupal, drupalSettings) {
+(function(domready, Drupal, drupalSettings) {
   // Attach all behaviors.
   domready(() => {
     Drupal.attachBehaviors(document, drupalSettings);
   });
-}(domready, Drupal, window.drupalSettings));
+})(domready, Drupal, window.drupalSettings);