Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / responsive_image / js / responsive_image.ajax.js
index 52093193ec8a49a31e57f448c64021c92f0d75e8..145adcf00aa8d4b0b7bddc9a9407e28b97e6c0ce 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
+**/
 
-  /**
-   * Call picturefill so newly added responsive images are processed.
-   */
+(function (Drupal) {
   Drupal.behaviors.responsiveImageAJAX = {
-    attach: function () {
+    attach: function attach() {
       if (window.picturefill) {
         window.picturefill();
       }
     }
   };
-
-})(Drupal);
+})(Drupal);
\ No newline at end of file