Chris@0: /** Chris@0: * DO NOT EDIT THIS FILE. Chris@0: * See the following change record for more information, Chris@0: * https://www.drupal.org/node/2815083 Chris@0: * @preserve Chris@0: **/ Chris@0: Chris@0: (function (Drupal) { Chris@0: Drupal.behaviors.responsiveImageAJAX = { Chris@0: attach: function attach() { Chris@0: if (window.picturefill) { Chris@0: window.picturefill(); Chris@0: } Chris@0: } Chris@0: }; Chris@0: })(Drupal);