Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / responsive_image / js / responsive_image.ajax.es6.js
index 64f630d6f68ff69a21b96ca964b42c8e7317bc11..24ec92b72242c530d28e3d87cf6bafd89edea10a 100644 (file)
@@ -1,4 +1,4 @@
-(function (Drupal) {
+(function(Drupal) {
   /**
    * Call picturefill so newly added responsive images are processed.
    */
@@ -9,4 +9,4 @@
       }
     },
   };
-}(Drupal));
+})(Drupal);