145adcf00aa8d4b0b7bddc9a9407e28b97e6c0ce
[yaffs-website] / web / core / modules / responsive_image / js / responsive_image.ajax.js
1 /**
2 * DO NOT EDIT THIS FILE.
3 * See the following change record for more information,
4 * https://www.drupal.org/node/2815083
5 * @preserve
6 **/
7
8 (function (Drupal) {
9   Drupal.behaviors.responsiveImageAJAX = {
10     attach: function attach() {
11       if (window.picturefill) {
12         window.picturefill();
13       }
14     }
15   };
16 })(Drupal);