/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
lib/web/mage/bootstrap.js
22 строки
417 B
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
11 ноя 2025, 17:53
11 ноя 2025, 17:53
f22b64f
Код
Авторство
О чём код?
/** * Copyright 2014 Adobe * All Rights Reserved. */ 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); });