biofriction-wp-theme/node_modules/foundation-sites/js/entries/plugins/foundation.util.imageLoader.js

8 lines
202 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
import { Foundation } from './foundation.core';
import { onImagesLoaded } from '../../foundation.util.imageLoader';
Foundation.onImagesLoaded = onImagesLoaded;
export { Foundation, onImagesLoaded };