Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/pub/static/adminhtml/Magento/backend/en_US/mage/
Upload File :
Current File : /var/www/clients/client3/web2/web/pub/static/adminhtml/Magento/backend/en_US/mage/layout.js

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/**
 * @deprecated since version 2.2.0
 */
/* eslint-disable strict */
define(['underscore'], function (_) {
    return {
        /**
         * @param {Object} config
         */
        build: function (config) {
            var types = _.map(_.flatten(config), function (item) {
                return item.type;
            });

            require(types, function () {});
        }
    };
});