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/bootstrap.js

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

define([
    'jquery',
    'mage/apply/main',
    'Magento_Ui/js/lib/knockout/bootstrap'
], function ($, mage) {
    'use strict';

    $.ajaxSetup({
        cache: false
    });

    /**
     * Init all components defined via data-mage-init attribute.
     * Execute in a separate task to prevent main thread blocking.
     */
    setTimeout(mage.apply);
});